License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.jsr107.ri |
ArtifactId | ArtifactIdcache-annotations-ri-guice |
Last Version | Last Version1.1.1 |
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/org.jsr107.ri/cache-annotations-ri-guice/ -->
<dependency>
<groupId>org.jsr107.ri</groupId>
<artifactId>cache-annotations-ri-guice</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsr107.ri/cache-annotations-ri-guice/
implementation 'org.jsr107.ri:cache-annotations-ri-guice:1.1.1'
// https://jarcasting.com/artifacts/org.jsr107.ri/cache-annotations-ri-guice/
implementation ("org.jsr107.ri:cache-annotations-ri-guice:1.1.1")
'org.jsr107.ri:cache-annotations-ri-guice:jar:1.1.1'
<dependency org="org.jsr107.ri" name="cache-annotations-ri-guice" rev="1.1.1">
<artifact name="cache-annotations-ri-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsr107.ri', module='cache-annotations-ri-guice', version='1.1.1')
)
libraryDependencies += "org.jsr107.ri" % "cache-annotations-ri-guice" % "1.1.1"
[org.jsr107.ri/cache-annotations-ri-guice "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.cache : cache-api | jar | 1.1.1 |
org.jsr107.ri : cache-annotations-ri-common | jar | 1.1.1 |
com.google.inject : guice | jar | 3.0 |