is not current version
Last Version 0.0.8

com.github.houbb:hades 0.0.5

The cache framework extend from guava redis.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

hades
Version

Version

0.0.5
Type

Type

pom

Download hades 0.0.5

Filename Size
hades-0.0.5.pom 10 KB
Browse

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