[latest version] = 1.0.2
A collection of compact, efficient and performant collections.
[found in]:
- io.github.skylarkarms:stringutils:
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>