| Categories | CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
|---|---|
| GroupId | GroupIdcom.guicedee.services | 
| ArtifactId | ArtifactIdcache-ri-parent | 
| Version | Version1.0.9.7-jre14 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| cache-ri-parent-1.0.9.7-jre14.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guicedee.services/cache-ri-parent/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>cache-ri-parent</artifactId>
    <version>1.0.9.7-jre14</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.guicedee.services/cache-ri-parent/
implementation 'com.guicedee.services:cache-ri-parent:1.0.9.7-jre14'// https://jarcasting.com/artifacts/com.guicedee.services/cache-ri-parent/
implementation ("com.guicedee.services:cache-ri-parent:1.0.9.7-jre14")'com.guicedee.services:cache-ri-parent:pom:1.0.9.7-jre14'<dependency org="com.guicedee.services" name="cache-ri-parent" rev="1.0.9.7-jre14">
  <artifact name="cache-ri-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.guicedee.services', module='cache-ri-parent', version='1.0.9.7-jre14')
)libraryDependencies += "com.guicedee.services" % "cache-ri-parent" % "1.0.9.7-jre14"[com.guicedee.services/cache-ri-parent "1.0.9.7-jre14"]