is not current version
Last Version 0.0.15

com.github.houbb:cache 0.0.8

The cache tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

cache
Version

Version

0.0.8
Type

Type

pom

Download cache 0.0.8

Filename Size
cache-0.0.8.pom 10 KB
Browse

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