| License |
License |
|---|---|
| Categories |
CategoriesEhcache Data Caching |
| GroupId | GroupIdorg.ehcache.modules |
| ArtifactId | ArtifactIdehcache-api |
| Last Version | Last Version3.10.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEhcache 3 API module
The API module of Ehcache 3
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ehcache-api-3.10.0.pom | |
| ehcache-api-3.10.0.jar | 60 KB |
| ehcache-api-3.10.0-sources.jar | 80 KB |
| ehcache-api-3.10.0-javadoc.jar | 278 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-api/ -->
<dependency>
<groupId>org.ehcache.modules</groupId>
<artifactId>ehcache-api</artifactId>
<version>3.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-api/
implementation 'org.ehcache.modules:ehcache-api:3.10.0'
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-api/
implementation ("org.ehcache.modules:ehcache-api:3.10.0")
'org.ehcache.modules:ehcache-api:jar:3.10.0'
<dependency org="org.ehcache.modules" name="ehcache-api" rev="3.10.0">
<artifact name="ehcache-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules', module='ehcache-api', version='3.10.0')
)
libraryDependencies += "org.ehcache.modules" % "ehcache-api" % "3.10.0"
[org.ehcache.modules/ehcache-api "3.10.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |