is not current version
Last Version 2.1.0.M20

cloud.agileframework:agile-cache 2.0.9

Cache util for Spring Boot

GroupId

GroupId

cloud.agileframework
ArtifactId

ArtifactId

agile-cache
Version

Version

2.0.9
Type

Type

jar

Download agile-cache 2.0.9


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