is not current version
Last Version 0.8.1

net.dontdrinkandroot:cache 0.8.0

Simple caching framework

Categories

Categories

Net
GroupId

GroupId

net.dontdrinkandroot
ArtifactId

ArtifactId

cache
Version

Version

0.8.0
Type

Type

jar

Download cache 0.8.0


<!-- https://jarcasting.com/artifacts/net.dontdrinkandroot/cache/ -->
<dependency>
    <groupId>net.dontdrinkandroot</groupId>
    <artifactId>cache</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.dontdrinkandroot/cache/
implementation 'net.dontdrinkandroot:cache:0.8.0'
// https://jarcasting.com/artifacts/net.dontdrinkandroot/cache/
implementation ("net.dontdrinkandroot:cache:0.8.0")
'net.dontdrinkandroot:cache:jar:0.8.0'
<dependency org="net.dontdrinkandroot" name="cache" rev="0.8.0">
  <artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dontdrinkandroot', module='cache', version='0.8.0')
)
libraryDependencies += "net.dontdrinkandroot" % "cache" % "0.8.0"
[net.dontdrinkandroot/cache "0.8.0"]