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

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-spring
Last Version

Last Version

0.6
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download cache-annotations-ri-spring

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
javax.cache : cache-api jar 1.1.0
com.github.mizool.jcache : cache-annotations-ri-common jar 0.6
org.springframework : spring-core jar 3.0.6.RELEASE
org.springframework : spring-context jar 3.0.6.RELEASE
org.springframework : spring-context-support jar 3.0.6.RELEASE

Project Modules

There are no modules declared in this project.

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