License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.cgbystrom |
ArtifactId | ArtifactIdnetty-tools |
Last Version | Last Version1.2.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnetty-tools
A small collection of tools useful when working with JBoss Netty.
|
Project URL |
Project URL |
Filename | Size |
---|---|
netty-tools-1.2.7.pom | |
netty-tools-1.2.7.jar | 37 KB |
netty-tools-1.2.7-sources.jar | 21 KB |
netty-tools-1.2.7-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cgbystrom/netty-tools/ -->
<dependency>
<groupId>com.cgbystrom</groupId>
<artifactId>netty-tools</artifactId>
<version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.cgbystrom/netty-tools/
implementation 'com.cgbystrom:netty-tools:1.2.7'
// https://jarcasting.com/artifacts/com.cgbystrom/netty-tools/
implementation ("com.cgbystrom:netty-tools:1.2.7")
'com.cgbystrom:netty-tools:jar:1.2.7'
<dependency org="com.cgbystrom" name="netty-tools" rev="1.2.7">
<artifact name="netty-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cgbystrom', module='netty-tools', version='1.2.7')
)
libraryDependencies += "com.cgbystrom" % "netty-tools" % "1.2.7"
[com.cgbystrom/netty-tools "1.2.7"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.netty : netty | jar | 3.2.3.Final |
org.apache.thrift : libthrift | jar | 0.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
commons-httpclient : commons-httpclient | jar | 3.1 |