com.wandoulabs.nedis:nedis-client

Redis client based on netty

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.wandoulabs.nedis
ArtifactId

ArtifactId

nedis-client
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Redis client based on netty

Download nedis-client

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
io.netty : netty-all jar 4.0.30.Final
org.apache.commons : commons-lang3 jar 3.4

test (4)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
com.google.guava : guava jar 18.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.1
0.1.0