Last Version

Netty/All-in-One 5.0.0.Alpha2

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.netty
ArtifactId

ArtifactId

netty-all
Version

Version

5.0.0.Alpha2
Type

Type

jar
Description

Description

Netty/All-in-One
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
Project Organization

Project Organization

The Netty Project

Download netty-all 5.0.0.Alpha2


<!-- https://jarcasting.com/artifacts/io.netty/netty-all/ -->
<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-all</artifactId>
    <version>5.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-all/
implementation 'io.netty:netty-all:5.0.0.Alpha2'
// https://jarcasting.com/artifacts/io.netty/netty-all/
implementation ("io.netty:netty-all:5.0.0.Alpha2")
'io.netty:netty-all:jar:5.0.0.Alpha2'
<dependency org="io.netty" name="netty-all" rev="5.0.0.Alpha2">
  <artifact name="netty-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-all', version='5.0.0.Alpha2')
)
libraryDependencies += "io.netty" % "netty-all" % "5.0.0.Alpha2"
[io.netty/netty-all "5.0.0.Alpha2"]

Dependencies

compile (25)

Group / Artifact Type Version
io.netty : netty-buffer Optional jar 5.0.0.Alpha2
io.netty : netty-codec Optional jar 5.0.0.Alpha2
io.netty : netty-codec-dns Optional jar 5.0.0.Alpha2
io.netty : netty-codec-haproxy Optional jar 5.0.0.Alpha2
io.netty : netty-codec-http Optional jar 5.0.0.Alpha2
io.netty : netty-codec-http2 Optional jar 5.0.0.Alpha2
io.netty : netty-codec-memcache Optional jar 5.0.0.Alpha2
io.netty : netty-codec-mqtt Optional jar 5.0.0.Alpha2
io.netty : netty-codec-socks Optional jar 5.0.0.Alpha2
io.netty : netty-codec-stomp Optional jar 5.0.0.Alpha2
io.netty : netty-common Optional jar 5.0.0.Alpha2
io.netty : netty-handler Optional jar 5.0.0.Alpha2
io.netty : netty-handler-proxy Optional jar 5.0.0.Alpha2
io.netty : netty-resolver Optional jar 5.0.0.Alpha2
io.netty : netty-resolver-dns Optional jar 5.0.0.Alpha2
io.netty : netty-transport Optional jar 5.0.0.Alpha2
io.netty : netty-transport-rxtx Optional jar 5.0.0.Alpha2
io.netty : netty-transport-sctp Optional jar 5.0.0.Alpha2
io.netty : netty-transport-udt Optional jar 5.0.0.Alpha2
io.netty : netty-example Optional jar 5.0.0.Alpha2
com.google.protobuf : protobuf-java Optional jar 2.5.0
org.jboss.marshalling : jboss-marshalling Optional jar 1.3.18.GA
org.slf4j : slf4j-api Optional jar 1.7.5
commons-logging : commons-logging Optional jar 1.1.3
log4j : log4j Optional jar 1.2.17

test (8)

Group / Artifact Type Version
org.javassist : javassist jar 3.19.0-GA
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
ch.qos.logback : logback-classic jar 1.0.13

Project Modules

There are no modules declared in this project.