| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.wandoulabs.nedis |
| ArtifactId | ArtifactIdcodis-client |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRedis client based on netty
|
| Filename | Size |
|---|---|
| codis-client-0.1.1.pom | |
| codis-client-0.1.1.jar | 14 KB |
| codis-client-0.1.1-sources.jar | 5 KB |
| codis-client-0.1.1-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wandoulabs.nedis/codis-client/ -->
<dependency>
<groupId>com.wandoulabs.nedis</groupId>
<artifactId>codis-client</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wandoulabs.nedis/codis-client/
implementation 'com.wandoulabs.nedis:codis-client:0.1.1'
// https://jarcasting.com/artifacts/com.wandoulabs.nedis/codis-client/
implementation ("com.wandoulabs.nedis:codis-client:0.1.1")
'com.wandoulabs.nedis:codis-client:jar:0.1.1'
<dependency org="com.wandoulabs.nedis" name="codis-client" rev="0.1.1">
<artifact name="codis-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wandoulabs.nedis', module='codis-client', version='0.1.1')
)
libraryDependencies += "com.wandoulabs.nedis" % "codis-client" % "0.1.1"
[com.wandoulabs.nedis/codis-client "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.wandoulabs.nedis : nedis-client | jar | 0.1.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.6.1 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| org.apache.curator : curator-recipes | jar | 2.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.12 |
| 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 |
| com.wandoulabs.nedis : nedis-client | test-jar | 0.1.1 |