is not current version
Last Version 0.5

javax.cache.implementation:cache-annotations-ri-spring 0.3


GroupId

GroupId

javax.cache.implementation
ArtifactId

ArtifactId

cache-annotations-ri-spring
Version

Version

0.3
Type

Type

jar

Download cache-annotations-ri-spring 0.3


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