Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdorg.tinygroup |
ArtifactId | ArtifactIdorg.tinygroup.ehcache |
Version | Version2.0.33 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.ehcache/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.ehcache</artifactId>
<version>2.0.33</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.ehcache/
implementation 'org.tinygroup:org.tinygroup.ehcache:2.0.33'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.ehcache/
implementation ("org.tinygroup:org.tinygroup.ehcache:2.0.33")
'org.tinygroup:org.tinygroup.ehcache:jar:2.0.33'
<dependency org="org.tinygroup" name="org.tinygroup.ehcache" rev="2.0.33">
<artifact name="org.tinygroup.ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.ehcache', version='2.0.33')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.ehcache" % "2.0.33"
[org.tinygroup/org.tinygroup.ehcache "2.0.33"]