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