is not current version
Last Version 3.3.8-jdk8

com.weicoder:netty3 3.3.8


Categories

Categories

Net Netty Networking
GroupId

GroupId

com.weicoder
ArtifactId

ArtifactId

netty3
Version

Version

3.3.8
Type

Type

jar

Download netty3 3.3.8


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