is not current version
Last Version 1.3

no.digipost:cache 1.1

Caching functionality.

GroupId

GroupId

no.digipost
ArtifactId

ArtifactId

cache
Version

Version

1.1
Type

Type

jar

Download cache 1.1


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