is not current version
Last Version 3.8.1

org.ehcache.modules:ehcache-client 3.7.1

The Client Side Clustering module of Ehcache 3

Categories

Categories

Ehcache Data Caching CLI User Interface
GroupId

GroupId

org.ehcache.modules
ArtifactId

ArtifactId

ehcache-client
Version

Version

3.7.1
Type

Type

jar

Download ehcache-client 3.7.1


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