Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.weicoder |
ArtifactId | ArtifactIdnetty3 |
Version | Version2.6.1 |
Type | Typejar |
Filename | Size |
---|---|
netty3-2.6.1.pom | |
netty3-2.6.1.jar | 10 KB |
netty3-2.6.1-sources.jar | 4 KB |
netty3-2.6.1-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.weicoder/netty3/ -->
<dependency>
<groupId>com.weicoder</groupId>
<artifactId>netty3</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.weicoder/netty3/
implementation 'com.weicoder:netty3:2.6.1'
// https://jarcasting.com/artifacts/com.weicoder/netty3/
implementation ("com.weicoder:netty3:2.6.1")
'com.weicoder:netty3:jar:2.6.1'
<dependency org="com.weicoder" name="netty3" rev="2.6.1">
<artifact name="netty3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weicoder', module='netty3', version='2.6.1')
)
libraryDependencies += "com.weicoder" % "netty3" % "2.6.1"
[com.weicoder/netty3 "2.6.1"]