s

silly-collections

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