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