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