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