Last Version

Netty/Common 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-common
Version

Version

5.0.0.Alpha2
Type

Type

jar
Description

Description

Netty/Common
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-common 5.0.0.Alpha2


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

Dependencies

compile (4)

Group / Artifact Type Version
org.javassist : javassist Optional jar 3.19.0-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 (7)

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
ch.qos.logback : logback-classic jar 1.0.13

Project Modules

There are no modules declared in this project.