is not current version
Last Version 0.7

com.github.spullara.redis:netty 0.5


Categories

Categories

Redis Data Databases Net Netty Networking
GroupId

GroupId

com.github.spullara.redis
ArtifactId

ArtifactId

netty
Version

Version

0.5
Type

Type

jar

Download netty 0.5


<!-- https://jarcasting.com/artifacts/com.github.spullara.redis/netty/ -->
<dependency>
    <groupId>com.github.spullara.redis</groupId>
    <artifactId>netty</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/netty/
implementation 'com.github.spullara.redis:netty:0.5'
// https://jarcasting.com/artifacts/com.github.spullara.redis/netty/
implementation ("com.github.spullara.redis:netty:0.5")
'com.github.spullara.redis:netty:jar:0.5'
<dependency org="com.github.spullara.redis" name="netty" rev="0.5">
  <artifact name="netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='netty', version='0.5')
)
libraryDependencies += "com.github.spullara.redis" % "netty" % "0.5"
[com.github.spullara.redis/netty "0.5"]