is not current version
Last Version 1.1.0

com.github.ddth:ddth-commons-jedis 0.9.1.8

DDTH's Java Common Libraries and Utilities

Categories

Categories

Jedis Data Databases
GroupId

GroupId

com.github.ddth
ArtifactId

ArtifactId

ddth-commons-jedis
Version

Version

0.9.1.8
Type

Type

pom

Download ddth-commons-jedis 0.9.1.8


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