is not current version
Last Version 3.8.1

org.ehcache.modules:ehcache-common 3.5.2

The Common Clustering module of Ehcache 3

Categories

Categories

Ehcache Data Caching
GroupId

GroupId

org.ehcache.modules
ArtifactId

ArtifactId

ehcache-common
Version

Version

3.5.2
Type

Type

jar

Download ehcache-common 3.5.2


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