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