GroupId | GroupIdcloud.agileframework |
---|---|
ArtifactId | ArtifactIdagile-cache |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
agile-cache-2.0.5.pom | |
agile-cache-2.0.5.jar | 38 KB |
agile-cache-2.0.5-sources.jar | 25 KB |
agile-cache-2.0.5-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cloud.agileframework/agile-cache/ -->
<dependency>
<groupId>cloud.agileframework</groupId>
<artifactId>agile-cache</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.agileframework/agile-cache/
implementation 'cloud.agileframework:agile-cache:2.0.5'
// https://jarcasting.com/artifacts/cloud.agileframework/agile-cache/
implementation ("cloud.agileframework:agile-cache:2.0.5")
'cloud.agileframework:agile-cache:jar:2.0.5'
<dependency org="cloud.agileframework" name="agile-cache" rev="2.0.5">
<artifact name="agile-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.agileframework', module='agile-cache', version='2.0.5')
)
libraryDependencies += "cloud.agileframework" % "agile-cache" % "2.0.5"
[cloud.agileframework/agile-cache "2.0.5"]