Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdcache-annotations-ri-guice |
Version | Version1.0.19.4-jre15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/cache-annotations-ri-guice/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>cache-annotations-ri-guice</artifactId>
<version>1.0.19.4-jre15</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/cache-annotations-ri-guice/
implementation 'com.guicedee.services:cache-annotations-ri-guice:1.0.19.4-jre15'
// https://jarcasting.com/artifacts/com.guicedee.services/cache-annotations-ri-guice/
implementation ("com.guicedee.services:cache-annotations-ri-guice:1.0.19.4-jre15")
'com.guicedee.services:cache-annotations-ri-guice:jar:1.0.19.4-jre15'
<dependency org="com.guicedee.services" name="cache-annotations-ri-guice" rev="1.0.19.4-jre15">
<artifact name="cache-annotations-ri-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='cache-annotations-ri-guice', version='1.0.19.4-jre15')
)
libraryDependencies += "com.guicedee.services" % "cache-annotations-ri-guice" % "1.0.19.4-jre15"
[com.guicedee.services/cache-annotations-ri-guice "1.0.19.4-jre15"]