c

commons-collections

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