is not current version
Last Version 3.10.0

org.ehcache.modules:ehcache-core 3.0.0.m2

The Core module of Ehcache 3

Categories

Categories

Ehcache Data Caching
GroupId

GroupId

org.ehcache.modules
ArtifactId

ArtifactId

ehcache-core
Version

Version

3.0.0.m2
Type

Type

jar

Download ehcache-core 3.0.0.m2


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