clientgen

A very fast Java redis client.

License

License

Categories

Categories

Redis Data Databases CLI User Interface
GroupId

GroupId

com.github.spullara.redis
ArtifactId

ArtifactId

clientgen
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

clientgen
A very fast Java redis client.
Project URL

Project URL

http://maven.apache.org

Download clientgen

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.github.spullara.mustache.java : builder jar 0.6.2
org.codehaus.jackson : jackson-mapper-asl jar 1.9.4
com.google.guava : guava jar 11.0
com.github.spullara.cli-parser : cli-parser jar 1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.2
0.1