Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdjavax.cache.implementation |
ArtifactId | ArtifactIdcache-annotations-ri-guice |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSR107 Annotations RI Guice 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-guice/ -->
<dependency>
<groupId>javax.cache.implementation</groupId>
<artifactId>cache-annotations-ri-guice</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache.implementation/cache-annotations-ri-guice/
implementation 'javax.cache.implementation:cache-annotations-ri-guice:0.5'
// https://jarcasting.com/artifacts/javax.cache.implementation/cache-annotations-ri-guice/
implementation ("javax.cache.implementation:cache-annotations-ri-guice:0.5")
'javax.cache.implementation:cache-annotations-ri-guice:jar:0.5'
<dependency org="javax.cache.implementation" name="cache-annotations-ri-guice" rev="0.5">
<artifact name="cache-annotations-ri-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache.implementation', module='cache-annotations-ri-guice', version='0.5')
)
libraryDependencies += "javax.cache.implementation" % "cache-annotations-ri-guice" % "0.5"
[javax.cache.implementation/cache-annotations-ri-guice "0.5"]
Group / Artifact | Type | Version |
---|---|---|
javax.cache : cache-api | jar | 0.5 |
javax.cache.implementation : cache-annotations-ri-common | jar | 0.5 |
com.google.inject : guice | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.transaction : jta | jar | 1.1 |