License |
License |
---|---|
GroupId | GroupIdcloud.agileframework |
ArtifactId | ArtifactIdagile-cache |
Version | Version2.1.0.M16 |
Type | Typejar |
Description |
Descriptionagile-cache
Cache util for Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
agile-cache-2.1.0.M16.pom | |
agile-cache-2.1.0.M16.jar | 62 KB |
agile-cache-2.1.0.M16-sources.jar | 38 KB |
agile-cache-2.1.0.M16-javadoc.jar | 248 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cloud.agileframework/agile-cache/ -->
<dependency>
<groupId>cloud.agileframework</groupId>
<artifactId>agile-cache</artifactId>
<version>2.1.0.M16</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.agileframework/agile-cache/
implementation 'cloud.agileframework:agile-cache:2.1.0.M16'
// https://jarcasting.com/artifacts/cloud.agileframework/agile-cache/
implementation ("cloud.agileframework:agile-cache:2.1.0.M16")
'cloud.agileframework:agile-cache:jar:2.1.0.M16'
<dependency org="cloud.agileframework" name="agile-cache" rev="2.1.0.M16">
<artifact name="agile-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.agileframework', module='agile-cache', version='2.1.0.M16')
)
libraryDependencies += "cloud.agileframework" % "agile-cache" % "2.1.0.M16"
[cloud.agileframework/agile-cache "2.1.0.M16"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
de.ruedigermoeller : fst | jar | 2.57 |
org.springframework : spring-context-support | jar | |
org.springframework.boot : spring-boot-starter-data-redis | jar | |
org.apache.commons : commons-pool2 Optional | jar | |
org.springframework.boot : spring-boot-starter-json | jar | |
org.hibernate : hibernate-ehcache Optional | jar | |
net.sf.ehcache : ehcache | jar | |
cloud.agileframework : common-util | jar | 2.1.0.M16 |
org.projectlombok : lombok Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar | |
org.awaitility : awaitility | jar |