is not current version
Last Version 3.3.5

com.weicoder:netty 2.6.1


Categories

Categories

Net Netty Networking
GroupId

GroupId

com.weicoder
ArtifactId

ArtifactId

netty
Version

Version

2.6.1
Type

Type

jar

Download netty 2.6.1


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