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