is not current version
Last Version 0.0.15

com.github.houbb:cache 0.0.3

cache is a java bean copy tool.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

cache
Version

Version

0.0.3
Type

Type

pom

Download cache 0.0.3

Filename Size
cache-0.0.3.pom 9 KB
Browse

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