Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdorg.ehcache.modules.clustered |
ArtifactId | ArtifactIdehcache-common-api |
Version | Version3.9.9 |
Type | Typejar |
Filename | Size |
---|---|
ehcache-common-api-3.9.9.pom | |
ehcache-common-api-3.9.9.jar | 46 KB |
ehcache-common-api-3.9.9-sources.jar | 23 KB |
ehcache-common-api-3.9.9-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ehcache.modules.clustered/ehcache-common-api/ -->
<dependency>
<groupId>org.ehcache.modules.clustered</groupId>
<artifactId>ehcache-common-api</artifactId>
<version>3.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules.clustered/ehcache-common-api/
implementation 'org.ehcache.modules.clustered:ehcache-common-api:3.9.9'
// https://jarcasting.com/artifacts/org.ehcache.modules.clustered/ehcache-common-api/
implementation ("org.ehcache.modules.clustered:ehcache-common-api:3.9.9")
'org.ehcache.modules.clustered:ehcache-common-api:jar:3.9.9'
<dependency org="org.ehcache.modules.clustered" name="ehcache-common-api" rev="3.9.9">
<artifact name="ehcache-common-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules.clustered', module='ehcache-common-api', version='3.9.9')
)
libraryDependencies += "org.ehcache.modules.clustered" % "ehcache-common-api" % "3.9.9"
[org.ehcache.modules.clustered/ehcache-common-api "3.9.9"]