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