is not current version
Last Version 3.10.0

org.ehcache.modules.clustered:ehcache-common 3.9.0

The Common Clustering module of Ehcache 3

Categories

Categories

Ehcache Data Caching
GroupId

GroupId

org.ehcache.modules.clustered
ArtifactId

ArtifactId

ehcache-common
Version

Version

3.9.0
Type

Type

jar

Download ehcache-common 3.9.0


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