| License |
License |
|---|---|
| GroupId | GroupIdcloud.agileframework |
| ArtifactId | ArtifactIdagile-cache |
| Last Version | Last Version2.1.0.M20 |
| Release Date | Release Date |
| 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.M20.pom | |
| agile-cache-2.1.0.M20.jar | 37 KB |
| agile-cache-2.1.0.M20-sources.jar | 24 KB |
| agile-cache-2.1.0.M20-javadoc.jar | 174 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cloud.agileframework/agile-cache/ -->
<dependency>
<groupId>cloud.agileframework</groupId>
<artifactId>agile-cache</artifactId>
<version>2.1.0.M20</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.agileframework/agile-cache/
implementation 'cloud.agileframework:agile-cache:2.1.0.M20'
// https://jarcasting.com/artifacts/cloud.agileframework/agile-cache/
implementation ("cloud.agileframework:agile-cache:2.1.0.M20")
'cloud.agileframework:agile-cache:jar:2.1.0.M20'
<dependency org="cloud.agileframework" name="agile-cache" rev="2.1.0.M20">
<artifact name="agile-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.agileframework', module='agile-cache', version='2.1.0.M20')
)
libraryDependencies += "cloud.agileframework" % "agile-cache" % "2.1.0.M20"
[cloud.agileframework/agile-cache "2.1.0.M20"]
| 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.M20 |
| 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 |