| License |
License |
|---|---|
| Categories |
CategoriesNet Netty Networking |
| GroupId | GroupIdio.netty |
| ArtifactId | ArtifactIdnetty-example |
| Last Version | Last Version5.0.0.Alpha2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNetty/Example
Netty is an asynchronous event-driven network application framework for
rapid development of maintainable high performance protocol servers and
clients.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| netty-example-5.0.0.Alpha2.pom | |
| netty-example-5.0.0.Alpha2.jar | 184 KB |
| netty-example-5.0.0.Alpha2-sources.jar | 118 KB |
| netty-example-5.0.0.Alpha2-javadoc.jar | 570 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.netty/netty-example/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-example</artifactId>
<version>5.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-example/
implementation 'io.netty:netty-example:5.0.0.Alpha2'
// https://jarcasting.com/artifacts/io.netty/netty-example/
implementation ("io.netty:netty-example:5.0.0.Alpha2")
'io.netty:netty-example:jar:5.0.0.Alpha2'
<dependency org="io.netty" name="netty-example" rev="5.0.0.Alpha2">
<artifact name="netty-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-example', version='5.0.0.Alpha2')
)
libraryDependencies += "io.netty" % "netty-example" % "5.0.0.Alpha2"
[io.netty/netty-example "5.0.0.Alpha2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-transport | jar | 5.0.0.Alpha2 |
| io.netty : netty-transport-sctp | jar | 5.0.0.Alpha2 |
| io.netty : netty-handler | jar | 5.0.0.Alpha2 |
| io.netty : netty-handler-proxy | jar | 5.0.0.Alpha2 |
| io.netty : netty-codec-http | jar | 5.0.0.Alpha2 |
| io.netty : netty-codec-memcache | jar | 5.0.0.Alpha2 |
| io.netty : netty-codec-http2 | jar | 5.0.0.Alpha2 |
| io.netty : netty-codec-socks | jar | 5.0.0.Alpha2 |
| io.netty : netty-codec-stomp | jar | 5.0.0.Alpha2 |
| com.google.protobuf : protobuf-java | jar | 2.5.0 |
| io.netty : netty-tcnative | jar | 1.1.32.Fork1 |
| org.eclipse.jetty.npn : npn-api | jar | 1.1.1.v20141010 |
| com.yammer.metrics : metrics-core | jar | 2.2.0 |
| io.netty : netty-transport-udt | jar | 5.0.0.Alpha2 |
| io.netty : netty-transport-rxtx | jar | 5.0.0.Alpha2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.jcraft : jzlib | jar | 1.1.2 |
| org.javassist : javassist | jar | 3.19.0-GA |
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.easymock : easymock | jar | 3.2 |
| org.easymock : easymockclassextension | jar | 3.2 |
| org.jmock : jmock-junit4 | jar | 2.6.0 |
| org.mockito : mockito-core | jar | 1.10.8 |