Last Version

Ehcache JCache Implementation 1.0.1

Ehcache's wrapper implementation of JSR107 - JCACHE.

License

License

Categories

Categories

Ehcache Data Caching
GroupId

GroupId

org.ehcache
ArtifactId

ArtifactId

jcache
Version

Version

1.0.1
Type

Type

jar
Description

Description

Ehcache JCache Implementation
Ehcache's wrapper implementation of JSR107 - JCACHE.
Project Organization

Project Organization

Terracotta

Download jcache 1.0.1


<!-- https://jarcasting.com/artifacts/org.ehcache/jcache/ -->
<dependency>
    <groupId>org.ehcache</groupId>
    <artifactId>jcache</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache/jcache/
implementation 'org.ehcache:jcache:1.0.1'
// https://jarcasting.com/artifacts/org.ehcache/jcache/
implementation ("org.ehcache:jcache:1.0.1")
'org.ehcache:jcache:jar:1.0.1'
<dependency org="org.ehcache" name="jcache" rev="1.0.1">
  <artifact name="jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache', module='jcache', version='1.0.1')
)
libraryDependencies += "org.ehcache" % "jcache" % "1.0.1"
[org.ehcache/jcache "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
net.sf.ehcache : ehcache jar 2.8.3
javax.cache : cache-api jar 1.0.0
org.slf4j : slf4j-api jar 1.6.1

provided (1)

Group / Artifact Type Version
javax.transaction : jta jar 1.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
log4j : log4j jar 1.2.16

Project Modules

There are no modules declared in this project.