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