| License |
License |
|---|---|
| GroupId | GroupIdcom.cq1080 |
| ArtifactId | ArtifactIdcache |
| Last Version | Last Version0.0.9-ssgc |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionYet Another Spring Boot Framework
|
| Filename | Size |
|---|---|
| cache-0.0.9-ssgc.pom | |
| cache-0.0.9-ssgc.jar | 11 KB |
| cache-0.0.9-ssgc-sources.jar | 6 KB |
| cache-0.0.9-ssgc-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cq1080/cache/ -->
<dependency>
<groupId>com.cq1080</groupId>
<artifactId>cache</artifactId>
<version>0.0.9-ssgc</version>
</dependency>
// https://jarcasting.com/artifacts/com.cq1080/cache/
implementation 'com.cq1080:cache:0.0.9-ssgc'
// https://jarcasting.com/artifacts/com.cq1080/cache/
implementation ("com.cq1080:cache:0.0.9-ssgc")
'com.cq1080:cache:jar:0.0.9-ssgc'
<dependency org="com.cq1080" name="cache" rev="0.0.9-ssgc">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cq1080', module='cache', version='0.0.9-ssgc')
)
libraryDependencies += "com.cq1080" % "cache" % "0.0.9-ssgc"
[com.cq1080/cache "0.0.9-ssgc"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ehcache : ehcache | jar | 3.8.1 |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.3.3.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.3.3.RELEASE |
| com.google.code.gson : gson | jar | 2.8.0 |
| com.esotericsoftware.kryo : kryo5 | jar | 5.0.0-RC5 |
| org.projectlombok : lombok Optional | jar | 1.18.6 |
| commons-lang : commons-lang | jar | 2.6 |