Categories |
CategoriesEhcache Data Caching CLI User Interface |
---|---|
GroupId | GroupIdorg.ehcache.modules |
ArtifactId | ArtifactIdehcache-client |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
ehcache-client-3.5.0.pom | |
ehcache-client-3.5.0.jar | 172 KB |
ehcache-client-3.5.0-sources.jar | 105 KB |
ehcache-client-3.5.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-client/ -->
<dependency>
<groupId>org.ehcache.modules</groupId>
<artifactId>ehcache-client</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-client/
implementation 'org.ehcache.modules:ehcache-client:3.5.0'
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-client/
implementation ("org.ehcache.modules:ehcache-client:3.5.0")
'org.ehcache.modules:ehcache-client:jar:3.5.0'
<dependency org="org.ehcache.modules" name="ehcache-client" rev="3.5.0">
<artifact name="ehcache-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules', module='ehcache-client', version='3.5.0')
)
libraryDependencies += "org.ehcache.modules" % "ehcache-client" % "3.5.0"
[org.ehcache.modules/ehcache-client "3.5.0"]