License |
License |
---|---|
Categories |
CategoriesRedis Data Databases Net CLI User Interface Netty Networking |
GroupId | GroupIdcom.github.spullara.redis |
ArtifactId | ArtifactIdnetty-client |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnetty-client
A very fast Java redis redis.client.
|
Project URL |
Project URL |
Filename | Size |
---|---|
netty-client-0.7.pom | |
netty-client-0.7.jar | 31 KB |
netty-client-0.7-sources.jar | 15 KB |
netty-client-0.7-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spullara.redis/netty-client/ -->
<dependency>
<groupId>com.github.spullara.redis</groupId>
<artifactId>netty-client</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/netty-client/
implementation 'com.github.spullara.redis:netty-client:0.7'
// https://jarcasting.com/artifacts/com.github.spullara.redis/netty-client/
implementation ("com.github.spullara.redis:netty-client:0.7")
'com.github.spullara.redis:netty-client:jar:0.7'
<dependency org="com.github.spullara.redis" name="netty-client" rev="0.7">
<artifact name="netty-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='netty-client', version='0.7')
)
libraryDependencies += "com.github.spullara.redis" % "netty-client" % "0.7"
[com.github.spullara.redis/netty-client "0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.github.spullara.redis : netty | jar | 0.7 |
com.github.spullara.java : concurrent6 | jar | 0.1.0 |
com.google.guava : guava | jar | 13.0.1 |
com.github.spullara.cli-parser : cli-parser | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.webbitserver : webbit | jar | 0.4.14 |
junit : junit | jar | 4.8.2 |