Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdorg.dspace.xmlui.ehcache |
ArtifactId | ArtifactIdehcache |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
ehcache-1.1.pom | |
ehcache-1.1.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dspace.xmlui.ehcache/ehcache/ -->
<dependency>
<groupId>org.dspace.xmlui.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dspace.xmlui.ehcache/ehcache/
implementation 'org.dspace.xmlui.ehcache:ehcache:1.1'
// https://jarcasting.com/artifacts/org.dspace.xmlui.ehcache/ehcache/
implementation ("org.dspace.xmlui.ehcache:ehcache:1.1")
'org.dspace.xmlui.ehcache:ehcache:jar:1.1'
<dependency org="org.dspace.xmlui.ehcache" name="ehcache" rev="1.1">
<artifact name="ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dspace.xmlui.ehcache', module='ehcache', version='1.1')
)
libraryDependencies += "org.dspace.xmlui.ehcache" % "ehcache" % "1.1"
[org.dspace.xmlui.ehcache/ehcache "1.1"]