License |
License |
---|---|
Categories |
CategoriesRedis Data Databases Net Netty Networking |
GroupId | GroupIdio.netty |
ArtifactId | ArtifactIdnetty-codec-redis |
Version | Version4.1.76.Final |
Type | Typejar |
Description |
DescriptionNetty/Codec/Redis
Netty is an asynchronous event-driven network application framework for
rapid development of maintainable high performance protocol servers and
clients.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.netty/netty-codec-redis/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-redis</artifactId>
<version>4.1.76.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-codec-redis/
implementation 'io.netty:netty-codec-redis:4.1.76.Final'
// https://jarcasting.com/artifacts/io.netty/netty-codec-redis/
implementation ("io.netty:netty-codec-redis:4.1.76.Final")
'io.netty:netty-codec-redis:jar:4.1.76.Final'
<dependency org="io.netty" name="netty-codec-redis" rev="4.1.76.Final">
<artifact name="netty-codec-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-codec-redis', version='4.1.76.Final')
)
libraryDependencies += "io.netty" % "netty-codec-redis" % "4.1.76.Final"
[io.netty/netty-codec-redis "4.1.76.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-common | jar | 4.1.76.Final |
io.netty : netty-buffer | jar | 4.1.76.Final |
io.netty : netty-transport | jar | 4.1.76.Final |
io.netty : netty-codec | jar | 4.1.76.Final |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
org.junit.vintage : junit-vintage-engine | jar | 5.7.0 |
junit : junit | jar | 4.13.1 |
io.netty : netty-build-common | jar | 30 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.assertj : assertj-core | jar | 3.18.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |