License |
License |
---|---|
Categories |
CategoriesEhcache Data Caching |
GroupId | GroupIdorg.ehcache.modules |
ArtifactId | ArtifactIdehcache-107 |
Version | Version3.9.5 |
Type | Typejar |
Description |
DescriptionEhcache 3 JSR-107 module
The JSR-107 compatibility module of Ehcache 3
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ehcache-107-3.9.5.pom | |
ehcache-107-3.9.5.jar | 99 KB |
ehcache-107-3.9.5-sources.jar | 49 KB |
ehcache-107-3.9.5-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-107/ -->
<dependency>
<groupId>org.ehcache.modules</groupId>
<artifactId>ehcache-107</artifactId>
<version>3.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-107/
implementation 'org.ehcache.modules:ehcache-107:3.9.5'
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-107/
implementation ("org.ehcache.modules:ehcache-107:3.9.5")
'org.ehcache.modules:ehcache-107:jar:3.9.5'
<dependency org="org.ehcache.modules" name="ehcache-107" rev="3.9.5">
<artifact name="ehcache-107" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules', module='ehcache-107', version='3.9.5')
)
libraryDependencies += "org.ehcache.modules" % "ehcache-107" % "3.9.5"
[org.ehcache.modules/ehcache-107 "3.9.5"]
Group / Artifact | Type | Version |
---|---|---|
org.ehcache.modules : ehcache-api | jar | 3.9.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.cache : cache-api | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.ehcache.modules : ehcache-impl | jar | 3.9.5 |
org.ehcache.modules : ehcache-xml | jar | 3.9.5 |
org.terracotta : statistics | jar | 2.1 |