Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CompactCollections

[latest version] = 1.0.2

A collection of compact, efficient and performant collections.

[found in]: - io.github.skylarkarms:stringutils:

Implementation

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>

About

A collection of compact, efficient and performant collections.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages