is not current version
Last Version 0.0.9-ssgc

com.cq1080:cache 0.0.8

Yet Another Spring Boot Framework

GroupId

GroupId

com.cq1080
ArtifactId

ArtifactId

cache
Version

Version

0.0.8
Type

Type

jar

Download cache 0.0.8


<!-- https://jarcasting.com/artifacts/com.cq1080/cache/ -->
<dependency>
    <groupId>com.cq1080</groupId>
    <artifactId>cache</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.cq1080/cache/
implementation 'com.cq1080:cache:0.0.8'
// https://jarcasting.com/artifacts/com.cq1080/cache/
implementation ("com.cq1080:cache:0.0.8")
'com.cq1080:cache:jar:0.0.8'
<dependency org="com.cq1080" name="cache" rev="0.0.8">
  <artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cq1080', module='cache', version='0.0.8')
)
libraryDependencies += "com.cq1080" % "cache" % "0.0.8"
[com.cq1080/cache "0.0.8"]