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