| Categories | CategoriesAnt Build Tools Ehcache Data Caching | 
|---|---|
| GroupId | GroupIdcom.github.vencent-lu | 
| ArtifactId | ArtifactIdgiants-cache-ehcache | 
| Version | Version1.0.5-beta-5 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.vencent-lu/giants-cache-ehcache/ -->
<dependency>
    <groupId>com.github.vencent-lu</groupId>
    <artifactId>giants-cache-ehcache</artifactId>
    <version>1.0.5-beta-5</version>
</dependency>// https://jarcasting.com/artifacts/com.github.vencent-lu/giants-cache-ehcache/
implementation 'com.github.vencent-lu:giants-cache-ehcache:1.0.5-beta-5'// https://jarcasting.com/artifacts/com.github.vencent-lu/giants-cache-ehcache/
implementation ("com.github.vencent-lu:giants-cache-ehcache:1.0.5-beta-5")'com.github.vencent-lu:giants-cache-ehcache:jar:1.0.5-beta-5'<dependency org="com.github.vencent-lu" name="giants-cache-ehcache" rev="1.0.5-beta-5">
  <artifact name="giants-cache-ehcache" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.vencent-lu', module='giants-cache-ehcache', version='1.0.5-beta-5')
)libraryDependencies += "com.github.vencent-lu" % "giants-cache-ehcache" % "1.0.5-beta-5"[com.github.vencent-lu/giants-cache-ehcache "1.0.5-beta-5"]