Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdorg.codehaus.plexus |
ArtifactId | ArtifactIdplexus-ehcache |
Last Version | Last Version1.0-alpha-2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlexus EHCache Components
|
Project Organization |
Project OrganizationCodehaus |
<!-- https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-ehcache/ -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-ehcache</artifactId>
<version>1.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-ehcache/
implementation 'org.codehaus.plexus:plexus-ehcache:1.0-alpha-2'
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-ehcache/
implementation ("org.codehaus.plexus:plexus-ehcache:1.0-alpha-2")
'org.codehaus.plexus:plexus-ehcache:jar:1.0-alpha-2'
<dependency org="org.codehaus.plexus" name="plexus-ehcache" rev="1.0-alpha-2">
<artifact name="plexus-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus', module='plexus-ehcache', version='1.0-alpha-2')
)
libraryDependencies += "org.codehaus.plexus" % "plexus-ehcache" % "1.0-alpha-2"
[org.codehaus.plexus/plexus-ehcache "1.0-alpha-2"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.ehcache : ehcache | jar | 1.2.4 |
commons-collections : commons-collections | jar | 3.2 |
org.codehaus.plexus : plexus-container-default | jar | 1.0-alpha-8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |