License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.dontdrinkandroot |
ArtifactId | ArtifactIdcache |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncache
Simple caching framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
cache-0.8.1.pom | |
cache-0.8.1.jar | 66 KB |
cache-0.8.1-sources.jar | 59 KB |
cache-0.8.1-javadoc.jar | 316 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dontdrinkandroot/cache/ -->
<dependency>
<groupId>net.dontdrinkandroot</groupId>
<artifactId>cache</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.dontdrinkandroot/cache/
implementation 'net.dontdrinkandroot:cache:0.8.1'
// https://jarcasting.com/artifacts/net.dontdrinkandroot/cache/
implementation ("net.dontdrinkandroot:cache:0.8.1")
'net.dontdrinkandroot:cache:jar:0.8.1'
<dependency org="net.dontdrinkandroot" name="cache" rev="0.8.1">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dontdrinkandroot', module='cache', version='0.8.1')
)
libraryDependencies += "net.dontdrinkandroot" % "cache" % "0.8.1"
[net.dontdrinkandroot/cache "0.8.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |