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