Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdcache-annotations-ri-guice |
Version | Version1.0.8.3 |
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.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/cache-annotations-ri-guice/
implementation 'com.guicedee.services:cache-annotations-ri-guice:1.0.8.3'
// https://jarcasting.com/artifacts/com.guicedee.services/cache-annotations-ri-guice/
implementation ("com.guicedee.services:cache-annotations-ri-guice:1.0.8.3")
'com.guicedee.services:cache-annotations-ri-guice:jar:1.0.8.3'
<dependency org="com.guicedee.services" name="cache-annotations-ri-guice" rev="1.0.8.3">
<artifact name="cache-annotations-ri-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='cache-annotations-ri-guice', version='1.0.8.3')
)
libraryDependencies += "com.guicedee.services" % "cache-annotations-ri-guice" % "1.0.8.3"
[com.guicedee.services/cache-annotations-ri-guice "1.0.8.3"]