s

silly-collection

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