Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdcom.github.wuic.extensions |
ArtifactId | ArtifactIdwuic-ehcache |
Version | Version0.5.2.RC5 |
Type | Typejar |
Filename | Size |
---|---|
wuic-ehcache-0.5.2.RC5.pom | |
wuic-ehcache-0.5.2.RC5.jar | 5 KB |
wuic-ehcache-0.5.2.RC5-sources.jar | 8 KB |
wuic-ehcache-0.5.2.RC5-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wuic.extensions/wuic-ehcache/ -->
<dependency>
<groupId>com.github.wuic.extensions</groupId>
<artifactId>wuic-ehcache</artifactId>
<version>0.5.2.RC5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wuic.extensions/wuic-ehcache/
implementation 'com.github.wuic.extensions:wuic-ehcache:0.5.2.RC5'
// https://jarcasting.com/artifacts/com.github.wuic.extensions/wuic-ehcache/
implementation ("com.github.wuic.extensions:wuic-ehcache:0.5.2.RC5")
'com.github.wuic.extensions:wuic-ehcache:jar:0.5.2.RC5'
<dependency org="com.github.wuic.extensions" name="wuic-ehcache" rev="0.5.2.RC5">
<artifact name="wuic-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wuic.extensions', module='wuic-ehcache', version='0.5.2.RC5')
)
libraryDependencies += "com.github.wuic.extensions" % "wuic-ehcache" % "0.5.2.RC5"
[com.github.wuic.extensions/wuic-ehcache "0.5.2.RC5"]