is not current version
Last Version 0.2

com.github.spullara.redis:clientgen 0.1


Categories

Categories

Redis Data Databases CLI User Interface
GroupId

GroupId

com.github.spullara.redis
ArtifactId

ArtifactId

clientgen
Version

Version

0.1
Type

Type

jar

Download clientgen 0.1


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