is not current version
Last Version 0.0.8

com.github.houbb:hades 0.0.1

The cache framework extend from guava redis.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

hades
Version

Version

0.0.1
Type

Type

pom

Download hades 0.0.1

Filename Size
hades-0.0.1.pom 10 KB
Browse

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