Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdorg.ehcache |
ArtifactId | ArtifactIdehcache-jcache-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
ehcache-jcache-parent-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ehcache/ehcache-jcache-parent/ -->
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache-jcache-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache/ehcache-jcache-parent/
implementation 'org.ehcache:ehcache-jcache-parent:1.0.0'
// https://jarcasting.com/artifacts/org.ehcache/ehcache-jcache-parent/
implementation ("org.ehcache:ehcache-jcache-parent:1.0.0")
'org.ehcache:ehcache-jcache-parent:pom:1.0.0'
<dependency org="org.ehcache" name="ehcache-jcache-parent" rev="1.0.0">
<artifact name="ehcache-jcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ehcache', module='ehcache-jcache-parent', version='1.0.0')
)
libraryDependencies += "org.ehcache" % "ehcache-jcache-parent" % "1.0.0"
[org.ehcache/ehcache-jcache-parent "1.0.0"]