is not current version
Last Version 0.7

com.github.spullara.redis:netty4 0.3


Categories

Categories

Redis Data Databases Net Netty Networking
GroupId

GroupId

com.github.spullara.redis
ArtifactId

ArtifactId

netty4
Version

Version

0.3
Type

Type

jar

Download netty4 0.3


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