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