License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.weicoder |
ArtifactId | ArtifactIdnetty |
Version | Version3.3.5 |
Type | Typejar |
Description |
Descriptionjava tools
|
Filename | Size |
---|---|
netty-3.3.5.pom | |
netty-3.3.5.jar | 14 KB |
netty-3.3.5-sources.jar | 9 KB |
netty-3.3.5-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.weicoder/netty/ -->
<dependency>
<groupId>com.weicoder</groupId>
<artifactId>netty</artifactId>
<version>3.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.weicoder/netty/
implementation 'com.weicoder:netty:3.3.5'
// https://jarcasting.com/artifacts/com.weicoder/netty/
implementation ("com.weicoder:netty:3.3.5")
'com.weicoder:netty:jar:3.3.5'
<dependency org="com.weicoder" name="netty" rev="3.3.5">
<artifact name="netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weicoder', module='netty', version='3.3.5')
)
libraryDependencies += "com.weicoder" % "netty" % "3.3.5"
[com.weicoder/netty "3.3.5"]
Group / Artifact | Type | Version |
---|---|---|
com.weicoder : socket | jar | 3.3.5 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 8.0.1 |