GroupId | GroupIdjavax.cache.implementation |
---|---|
ArtifactId | ArtifactIdcache-annotations-ri-spring |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSR107 Annotations RI Spring Support
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache.implementation/cache-annotations-ri-spring/
implementation 'javax.cache.implementation:cache-annotations-ri-spring:0.5'
// https://jarcasting.com/artifacts/javax.cache.implementation/cache-annotations-ri-spring/
implementation ("javax.cache.implementation:cache-annotations-ri-spring:0.5")
'javax.cache.implementation:cache-annotations-ri-spring:jar:0.5'
<dependency org="javax.cache.implementation" name="cache-annotations-ri-spring" rev="0.5">
<artifact name="cache-annotations-ri-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache.implementation', module='cache-annotations-ri-spring', version='0.5')
)
libraryDependencies += "javax.cache.implementation" % "cache-annotations-ri-spring" % "0.5"
[javax.cache.implementation/cache-annotations-ri-spring "0.5"]
Group / Artifact | Type | Version |
---|---|---|
javax.cache : cache-api | jar | 0.5 |
javax.cache.implementation : cache-annotations-ri-common | jar | 0.5 |
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.transaction : jta | jar | 1.1 |