There was an error while loading. Please reload this page.
You can find the artifact on Jitpack. Use the version you prefer by following the tutorial on jitpack and replacing {version} below.
{version}
The newest version can be found here
repositories { maven { url "https://jitpack.io" } } dependencies { api("com.github.Rushyverse:api:{version}") }
repositories { maven("https://jitpack.io") } dependencies { api("com.github.Rushyverse:api:{version}") }
<project> <repositories> <repository> <id>jitpack</id> <url>https://jitpack.io</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.github.Rushyverse</groupId> <artifactId>api</artifactId> <version>{version}</version> </dependency> </dependencies> </project>