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