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