Categories |
CategoriesNet Ehcache Data Caching |
---|---|
GroupId | GroupIdnet.sf.ehcache |
ArtifactId | ArtifactIdehcache-core |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
ehcache-core-2.1.1.pom | |
ehcache-core-2.1.1.jar | 603 KB |
ehcache-core-2.1.1-sources.jar | 580 KB |
ehcache-core-2.1.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-core/ -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-core/
implementation 'net.sf.ehcache:ehcache-core:2.1.1'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-core/
implementation ("net.sf.ehcache:ehcache-core:2.1.1")
'net.sf.ehcache:ehcache-core:jar:2.1.1'
<dependency org="net.sf.ehcache" name="ehcache-core" rev="2.1.1">
<artifact name="ehcache-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-core', version='2.1.1')
)
libraryDependencies += "net.sf.ehcache" % "ehcache-core" % "2.1.1"
[net.sf.ehcache/ehcache-core "2.1.1"]