is not current version
Last Version 1.1.0

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

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.7
Type

Type

pom

Download ddth-commons-jedis 0.9.1.7


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