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