Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdorg.ehcache.modules |
ArtifactId | ArtifactIdehcache-xml |
Version | Version3.0.0.Alpha |
Type | Typejar |
Filename | Size |
---|---|
ehcache-xml-3.0.0.Alpha.pom | |
ehcache-xml-3.0.0.Alpha.jar | 33 KB |
ehcache-xml-3.0.0.Alpha-sources.jar | 21 KB |
ehcache-xml-3.0.0.Alpha-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-xml/ -->
<dependency>
<groupId>org.ehcache.modules</groupId>
<artifactId>ehcache-xml</artifactId>
<version>3.0.0.Alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-xml/
implementation 'org.ehcache.modules:ehcache-xml:3.0.0.Alpha'
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-xml/
implementation ("org.ehcache.modules:ehcache-xml:3.0.0.Alpha")
'org.ehcache.modules:ehcache-xml:jar:3.0.0.Alpha'
<dependency org="org.ehcache.modules" name="ehcache-xml" rev="3.0.0.Alpha">
<artifact name="ehcache-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules', module='ehcache-xml', version='3.0.0.Alpha')
)
libraryDependencies += "org.ehcache.modules" % "ehcache-xml" % "3.0.0.Alpha"
[org.ehcache.modules/ehcache-xml "3.0.0.Alpha"]