| License |
License |
|---|---|
| GroupId | GroupIdcom.scoperetail.commons |
| ArtifactId | ArtifactIdcommons-cache |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommons-cache
Cache2K Abstraction
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-cache-1.0.pom | |
| commons-cache-1.0.jar | 9 KB |
| commons-cache-1.0-sources.jar | 9 KB |
| commons-cache-1.0-javadoc.jar | 415 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.scoperetail.commons/commons-cache/ -->
<dependency>
<groupId>com.scoperetail.commons</groupId>
<artifactId>commons-cache</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.scoperetail.commons/commons-cache/
implementation 'com.scoperetail.commons:commons-cache:1.0'
// https://jarcasting.com/artifacts/com.scoperetail.commons/commons-cache/
implementation ("com.scoperetail.commons:commons-cache:1.0")
'com.scoperetail.commons:commons-cache:jar:1.0'
<dependency org="com.scoperetail.commons" name="commons-cache" rev="1.0">
<artifact name="commons-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scoperetail.commons', module='commons-cache', version='1.0')
)
libraryDependencies += "com.scoperetail.commons" % "commons-cache" % "1.0"
[com.scoperetail.commons/commons-cache "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-cache | jar | |
| org.cache2k : cache2k-api | jar | 1.2.4.Final |
| org.cache2k : cache2k-core | jar | 1.2.4.Final |
| org.cache2k : cache2k-spring | jar | 1.2.4.Final |
| org.projectlombok : lombok Optional | jar | |
| org.apache.commons : commons-lang3 | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.awaitility : awaitility | jar | 3.0.0 |
| org.awaitility : awaitility-proxy | jar | 3.0.0 |