s

silly-collections

Utility library for collections, comparators and iterator classes
https://github.com/lightblueseas/silly-collections
MIT License
Asterios Raptis
Asterios Raptis
Files download
File Operation
silly-collections-19.jar download
silly-collections-19.pom download
silly-collections-19-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>silly-collections</artifactId>
  <version>19</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:silly-collections:19'
Gradle Kotlin
implementation("io.github.astrapi69:silly-collections:19")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "silly-collections" % "19"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='silly-collections', version='19')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="silly-collections" rev="19" />
Leiningen
[io.github.astrapi69/silly-collections "19"]
Apache Buildr
'io.github.astrapi69:silly-collections:jar:19'