com.github.mizool.jcache:cache-annotations-ri

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

License

License

GroupId

GroupId

com.github.mizool.jcache
ArtifactId

ArtifactId

cache-annotations-ri
Last Version

Last Version

0.6
Release Date

Release Date

Type

Type

pom
Description

Description

Patched fork of the JCache RI to bridge JCache annotations with CDI
Source Code Management

Source Code Management

https://github.com/mizool/jcache/tree/master/cache-annotations-ri

Download cache-annotations-ri

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mizool.jcache/cache-annotations-ri/ -->
<dependency>
    <groupId>com.github.mizool.jcache</groupId>
    <artifactId>cache-annotations-ri</artifactId>
    <version>0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.jcache/cache-annotations-ri/
implementation 'com.github.mizool.jcache:cache-annotations-ri:0.6'
// https://jarcasting.com/artifacts/com.github.mizool.jcache/cache-annotations-ri/
implementation ("com.github.mizool.jcache:cache-annotations-ri:0.6")
'com.github.mizool.jcache:cache-annotations-ri:pom:0.6'
<dependency org="com.github.mizool.jcache" name="cache-annotations-ri" rev="0.6">
  <artifact name="cache-annotations-ri" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.jcache', module='cache-annotations-ri', version='0.6')
)
libraryDependencies += "com.github.mizool.jcache" % "cache-annotations-ri" % "0.6"
[com.github.mizool.jcache/cache-annotations-ri "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-cdi
  • cache-annotations-ri-common
  • cache-annotations-ri-spring
  • cache-annotations-ri-guice

JCache Reference Implementation

This is a fork of the JCache reference implementation, to cover various improvements for CDI.

Continuous integration and deployment on Maven Central

This project is built continuously by Travis CI using the scripts provided by Mizool’s Travis CI Maven gitflow script repository.

-SNAPSHOT versions on the develop branch are made available via the OSSRH snapshot repository. Releases are transferred to the Maven Central Repository.

Refer to this guide on how to perform a release.

com.github.mizool.jcache

Versions

Version
0.6
0.5
0.4
0.3
0.1