License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-jcs-jcache |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons JCS :: JCache
Apache Commons JCS is a distributed, versatile caching system.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-jcs-jcache/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jcs-jcache</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-jcs-jcache/
implementation 'org.apache.commons:commons-jcs-jcache:2.2.1'
// https://jarcasting.com/artifacts/org.apache.commons/commons-jcs-jcache/
implementation ("org.apache.commons:commons-jcs-jcache:2.2.1")
'org.apache.commons:commons-jcs-jcache:jar:2.2.1'
<dependency org="org.apache.commons" name="commons-jcs-jcache" rev="2.2.1">
<artifact name="commons-jcs-jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-jcs-jcache', version='2.2.1')
)
libraryDependencies += "org.apache.commons" % "commons-jcs-jcache" % "2.2.1"
[org.apache.commons/commons-jcs-jcache "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-jcs-core | jar | 2.2.1 |
org.apache.commons : commons-lang3 Optional | jar | 3.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |