Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdcom.github.dandelion |
ArtifactId | ArtifactIddandelion-ehcache |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
dandelion-ehcache-1.0.1.pom | |
dandelion-ehcache-1.0.1.jar | 5 KB |
dandelion-ehcache-1.0.1-sources.jar | 3 KB |
dandelion-ehcache-1.0.1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion-ehcache/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-ehcache</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-ehcache/
implementation 'com.github.dandelion:dandelion-ehcache:1.0.1'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-ehcache/
implementation ("com.github.dandelion:dandelion-ehcache:1.0.1")
'com.github.dandelion:dandelion-ehcache:jar:1.0.1'
<dependency org="com.github.dandelion" name="dandelion-ehcache" rev="1.0.1">
<artifact name="dandelion-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion-ehcache', version='1.0.1')
)
libraryDependencies += "com.github.dandelion" % "dandelion-ehcache" % "1.0.1"
[com.github.dandelion/dandelion-ehcache "1.0.1"]