is not current version
Last Version 0.7

com.github.spullara.redis:netty4-server 0.6


Categories

Categories

Redis Data Databases Net Netty Networking
GroupId

GroupId

com.github.spullara.redis
ArtifactId

ArtifactId

netty4-server
Version

Version

0.6
Type

Type

jar

Download netty4-server 0.6


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