Artillex-Studios Documentation Help

Developer API

Use the API in your project:

Add the following to your repositories section:

maven { url 'https://jitpack.io' }

Add the dependency to your dependencies section:

Replace Tag with the latest version from Jitpack

compileOnly("com.github.Artillex-Studios:AxMinions:Tag")

Add the following to your repositories section:

<repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository>

Add the following to your dependencies section:

Replace Tag with the latest version from Jitpack

<dependency> <groupId>com.github.Artillex-Studios</groupId> <artifactId>AxMinions</artifactId> <version>Tag</version> </dependency>
Last modified: 24 October 2024