Last Version

com.github.mizool.jcache:jcache 0.6

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

License

License

GroupId

GroupId

com.github.mizool.jcache
ArtifactId

ArtifactId

jcache
Version

Version

0.6
Type

Type

pom
Description

Description

com.github.mizool.jcache:jcache
Patched fork of the JCache RI to bridge JCache annotations with CDI
Project URL

Project URL

https://github.com/mizool/jcache
Source Code Management

Source Code Management

https://github.com/mizool/jcache/tree/master

Download jcache 0.6

Filename Size
jcache-0.6.pom 11 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • cache-annotations-ri
  • cache-ri-impl