| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.wandoulabs.nedis |
| ArtifactId | ArtifactIdnedis-client |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRedis client based on netty
|
| Filename | Size |
|---|---|
| nedis-client-0.1.1.pom | |
| nedis-client-0.1.1.jar | 115 KB |
| nedis-client-0.1.1-tests.jar | 23 KB |
| nedis-client-0.1.1-test-sources.jar | 11 KB |
| nedis-client-0.1.1-sources.jar | 51 KB |
| nedis-client-0.1.1-javadoc.jar | 302 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-all | jar | 4.0.30.Final |
| org.apache.commons : commons-lang3 | jar | 3.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 |