is not current version
Last Version 0.6

com.github.mizool.jcache:jcache 0.3

Patched fork of the JCache RI to bridge JCache annotations with CDI

GroupId

GroupId

com.github.mizool.jcache
ArtifactId

ArtifactId

jcache
Version

Version

0.3
Type

Type

pom

Download jcache 0.3

Filename Size
jcache-0.3.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.mizool.jcache/jcache/ -->
<dependency>
    <groupId>com.github.mizool.jcache</groupId>
    <artifactId>jcache</artifactId>
    <version>0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.jcache/jcache/
implementation 'com.github.mizool.jcache:jcache:0.3'
// https://jarcasting.com/artifacts/com.github.mizool.jcache/jcache/
implementation ("com.github.mizool.jcache:jcache:0.3")
'com.github.mizool.jcache:jcache:pom:0.3'
<dependency org="com.github.mizool.jcache" name="jcache" rev="0.3">
  <artifact name="jcache" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.jcache', module='jcache', version='0.3')
)
libraryDependencies += "com.github.mizool.jcache" % "jcache" % "0.3"
[com.github.mizool.jcache/jcache "0.3"]