c

collections

Files download
File Operation
collections-10.5.jar download
collections-10.5.pom download
Apache Maven
<dependency>
  <groupId>uk.org.retep.tools</groupId>
  <artifactId>collections</artifactId>
  <version>10.5</version>
</dependency>
Gradle Groovy
implementation 'uk.org.retep.tools:collections:10.5'
Gradle Kotlin
implementation("uk.org.retep.tools:collections:10.5")
Scala SBT
libraryDependencies += "uk.org.retep.tools" % "collections" % "10.5"
Groovy Grape
@Grapes(
  @Grab(group='uk.org.retep.tools', module='collections', version='10.5')
)
Apache Ivy
<dependency org="uk.org.retep.tools" name="collections" rev="10.5" />
Leiningen
[uk.org.retep.tools/collections "10.5"]
Apache Buildr
'uk.org.retep.tools:collections:jar:10.5'