[latest version] = 1.0.0
A collection of compact, efficient and performant collections.
In your build.gradle
file
repositories {
mavenCentral()
}
dependencies {
implementation 'io.github.skylarkarms:compactcollections:[latest version]'
}
or in your POM.xml
<dependencies>
<dependency>
<groupId>io.github.skylarkarms</groupId>
<artifactId>compactcollections</artifactId>
<version>[latest version]</version>
</dependency>
</dependencies>