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-8.7.jar download
silly-collections-8.7.pom download
silly-collections-8.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>silly-collections</artifactId>
  <version>8.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:silly-collections:8.7'
Gradle Kotlin
implementation("io.github.astrapi69:silly-collections:8.7")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "silly-collections" % "8.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='silly-collections', version='8.7')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="silly-collections" rev="8.7" />
Leiningen
[io.github.astrapi69/silly-collections "8.7"]
Apache Buildr
'io.github.astrapi69:silly-collections:jar:8.7'