API
Developer API Guide
Add the API to your project
Maven
<repository>
<id>auroramc</id>
<url>https://repo.auroramc.gg/releases/</url>
</repository><dependency>
<groupId>gg.auroramc</groupId>
<artifactId>AuroraCollections</artifactId>
<version>1.5.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>gg.auroramc</groupId>
<artifactId>Aurora</artifactId>
<version>2.1.6</version>
<scope>provided</scope>
</dependency>Gradle (Groovy)
Gradle (Kotlin)
Get the API instance
Progressing collections
Last updated