is not current version
Last Version 0.5

javax.cache.implementation:cache-annotations-ri 0.4


GroupId

GroupId

javax.cache.implementation
ArtifactId

ArtifactId

cache-annotations-ri
Version

Version

0.4
Type

Type

pom

Download cache-annotations-ri 0.4

Filename Size
cache-annotations-ri-0.4.pom 729 bytes
Browse

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