c

commons-collections

Collections-related utilities and data structures.
https://chilloutdevelopment.github.io/pl.chilldev.commons/commons-collections/
Files download
File Operation
commons-collections-0.2.0.jar download
commons-collections-0.2.0.pom download
commons-collections-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.chilldev.commons</groupId>
  <artifactId>commons-collections</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'pl.chilldev.commons:commons-collections:0.2.0'
Gradle Kotlin
implementation("pl.chilldev.commons:commons-collections:0.2.0")
Scala SBT
libraryDependencies += "pl.chilldev.commons" % "commons-collections" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='pl.chilldev.commons', module='commons-collections', version='0.2.0')
)
Apache Ivy
<dependency org="pl.chilldev.commons" name="commons-collections" rev="0.2.0" />
Leiningen
[pl.chilldev.commons/commons-collections "0.2.0"]
Apache Buildr
'pl.chilldev.commons:commons-collections:jar:0.2.0'