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