License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.netty |
ArtifactId | ArtifactIdnetty-transport-udt |
Version | Version5.0.0.Alpha2 |
Type | Typejar |
Description |
DescriptionNetty/Transport/UDT
Netty is an asynchronous event-driven network application framework for
rapid development of maintainable high performance protocol servers and
clients.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.netty/netty-transport-udt/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-udt</artifactId>
<version>5.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-transport-udt/
implementation 'io.netty:netty-transport-udt:5.0.0.Alpha2'
// https://jarcasting.com/artifacts/io.netty/netty-transport-udt/
implementation ("io.netty:netty-transport-udt:5.0.0.Alpha2")
'io.netty:netty-transport-udt:jar:5.0.0.Alpha2'
<dependency org="io.netty" name="netty-transport-udt" rev="5.0.0.Alpha2">
<artifact name="netty-transport-udt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-transport-udt', version='5.0.0.Alpha2')
)
libraryDependencies += "io.netty" % "netty-transport-udt" % "5.0.0.Alpha2"
[io.netty/netty-transport-udt "5.0.0.Alpha2"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-buffer | jar | 5.0.0.Alpha2 |
io.netty : netty-transport | jar | 5.0.0.Alpha2 |
com.barchart.udt : barchart-udt-bundle | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
com.yammer.metrics : metrics-core | jar | 2.2.0 |
com.google.caliper : caliper | jar | 0.5-rc1 |
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 |