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