GroupId | GroupIdtech.rsqn.useful-things |
---|---|
ArtifactId | ArtifactIdcache-service |
Version | Version1.0.59 |
Type | Typejar |
Filename | Size |
---|---|
cache-service-1.0.59.pom | |
cache-service-1.0.59.jar | 44 KB |
cache-service-1.0.59-sources.jar | 27 KB |
cache-service-1.0.59-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.rsqn.useful-things/cache-service/ -->
<dependency>
<groupId>tech.rsqn.useful-things</groupId>
<artifactId>cache-service</artifactId>
<version>1.0.59</version>
</dependency>
// https://jarcasting.com/artifacts/tech.rsqn.useful-things/cache-service/
implementation 'tech.rsqn.useful-things:cache-service:1.0.59'
// https://jarcasting.com/artifacts/tech.rsqn.useful-things/cache-service/
implementation ("tech.rsqn.useful-things:cache-service:1.0.59")
'tech.rsqn.useful-things:cache-service:jar:1.0.59'
<dependency org="tech.rsqn.useful-things" name="cache-service" rev="1.0.59">
<artifact name="cache-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.rsqn.useful-things', module='cache-service', version='1.0.59')
)
libraryDependencies += "tech.rsqn.useful-things" % "cache-service" % "1.0.59"
[tech.rsqn.useful-things/cache-service "1.0.59"]