Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdcache-ri-impl |
Version | Version1.0.5.5-jre12 |
Type | Typejar |
Filename | Size |
---|---|
cache-ri-impl-1.0.5.5-jre12.pom | |
cache-ri-impl-1.0.5.5-jre12.jar | 59 KB |
cache-ri-impl-1.0.5.5-jre12-sources.jar | 44 KB |
cache-ri-impl-1.0.5.5-jre12-javadoc.jar | 529 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/cache-ri-impl/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>cache-ri-impl</artifactId>
<version>1.0.5.5-jre12</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/cache-ri-impl/
implementation 'com.guicedee.services:cache-ri-impl:1.0.5.5-jre12'
// https://jarcasting.com/artifacts/com.guicedee.services/cache-ri-impl/
implementation ("com.guicedee.services:cache-ri-impl:1.0.5.5-jre12")
'com.guicedee.services:cache-ri-impl:jar:1.0.5.5-jre12'
<dependency org="com.guicedee.services" name="cache-ri-impl" rev="1.0.5.5-jre12">
<artifact name="cache-ri-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='cache-ri-impl', version='1.0.5.5-jre12')
)
libraryDependencies += "com.guicedee.services" % "cache-ri-impl" % "1.0.5.5-jre12"
[com.guicedee.services/cache-ri-impl "1.0.5.5-jre12"]