GroupId | GroupIdcom.lifeonwalden |
---|---|
ArtifactId | ArtifactIdapp-cache-service |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
app-cache-service-1.0.8.pom | |
app-cache-service-1.0.8.jar | 2 KB |
app-cache-service-1.0.8-sources.jar | 1 KB |
app-cache-service-1.0.8-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lifeonwalden/app-cache-service/ -->
<dependency>
<groupId>com.lifeonwalden</groupId>
<artifactId>app-cache-service</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.lifeonwalden/app-cache-service/
implementation 'com.lifeonwalden:app-cache-service:1.0.8'
// https://jarcasting.com/artifacts/com.lifeonwalden/app-cache-service/
implementation ("com.lifeonwalden:app-cache-service:1.0.8")
'com.lifeonwalden:app-cache-service:jar:1.0.8'
<dependency org="com.lifeonwalden" name="app-cache-service" rev="1.0.8">
<artifact name="app-cache-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lifeonwalden', module='app-cache-service', version='1.0.8')
)
libraryDependencies += "com.lifeonwalden" % "app-cache-service" % "1.0.8"
[com.lifeonwalden/app-cache-service "1.0.8"]