License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.weicoder |
ArtifactId | ArtifactIdnetty3 |
Last Version | Last Version3.3.8-jdk8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjava tools
|
Filename | Size |
---|---|
netty3-3.3.8-jdk8.pom | |
netty3-3.3.8-jdk8.jar | 10 KB |
netty3-3.3.8-jdk8-sources.jar | 4 KB |
netty3-3.3.8-jdk8-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.weicoder/netty3/ -->
<dependency>
<groupId>com.weicoder</groupId>
<artifactId>netty3</artifactId>
<version>3.3.8-jdk8</version>
</dependency>
// https://jarcasting.com/artifacts/com.weicoder/netty3/
implementation 'com.weicoder:netty3:3.3.8-jdk8'
// https://jarcasting.com/artifacts/com.weicoder/netty3/
implementation ("com.weicoder:netty3:3.3.8-jdk8")
'com.weicoder:netty3:jar:3.3.8-jdk8'
<dependency org="com.weicoder" name="netty3" rev="3.3.8-jdk8">
<artifact name="netty3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weicoder', module='netty3', version='3.3.8-jdk8')
)
libraryDependencies += "com.weicoder" % "netty3" % "3.3.8-jdk8"
[com.weicoder/netty3 "3.3.8-jdk8"]
Group / Artifact | Type | Version |
---|---|---|
com.weicoder : socket | jar | 3.3.8-jdk8 |
io.netty : netty | jar | 3.10.6.Final |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 8.0.1 |