Categories |
CategoriesNet Ehcache Data Caching |
---|---|
GroupId | GroupIdnet.sf.ehcache |
ArtifactId | ArtifactIdehcache-standalone-server |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-standalone-server/ -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-standalone-server</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-standalone-server/
implementation 'net.sf.ehcache:ehcache-standalone-server:0.1'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache-standalone-server/
implementation ("net.sf.ehcache:ehcache-standalone-server:0.1")
'net.sf.ehcache:ehcache-standalone-server:jar:0.1'
<dependency org="net.sf.ehcache" name="ehcache-standalone-server" rev="0.1">
<artifact name="ehcache-standalone-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache-standalone-server', version='0.1')
)
libraryDependencies += "net.sf.ehcache" % "ehcache-standalone-server" % "0.1"
[net.sf.ehcache/ehcache-standalone-server "0.1"]