s

silly-collection

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