License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Net Netty Networking |
GroupId | GroupIdorg.jboss.errai.io.netty |
ArtifactId | ArtifactIdnetty-handler |
Version | Version4.0.0.Alpha1.errai.r1 |
Type | Typejar |
Description |
DescriptionNetty/Handler
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/org.jboss.errai.io.netty/netty-handler/ -->
<dependency>
<groupId>org.jboss.errai.io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.0.0.Alpha1.errai.r1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.errai.io.netty/netty-handler/
implementation 'org.jboss.errai.io.netty:netty-handler:4.0.0.Alpha1.errai.r1'
// https://jarcasting.com/artifacts/org.jboss.errai.io.netty/netty-handler/
implementation ("org.jboss.errai.io.netty:netty-handler:4.0.0.Alpha1.errai.r1")
'org.jboss.errai.io.netty:netty-handler:jar:4.0.0.Alpha1.errai.r1'
<dependency org="org.jboss.errai.io.netty" name="netty-handler" rev="4.0.0.Alpha1.errai.r1">
<artifact name="netty-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.errai.io.netty', module='netty-handler', version='4.0.0.Alpha1.errai.r1')
)
libraryDependencies += "org.jboss.errai.io.netty" % "netty-handler" % "4.0.0.Alpha1.errai.r1"
[org.jboss.errai.io.netty/netty-handler "4.0.0.Alpha1.errai.r1"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.errai.io.netty : netty-buffer | jar | 4.0.0.Alpha1.errai.r1 |
org.jboss.errai.io.netty : netty-codec | jar | 4.0.0.Alpha1.errai.r1 |
org.jboss.errai.io.netty : netty-transport | jar | 4.0.0.Alpha1.errai.r1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.easymock : easymock | jar | 3.1 |
org.easymock : easymockclassextension | jar | 3.1 |
org.jmock : jmock-junit4 | jar | 2.5.1 |
org.slf4j : slf4j-simple | jar | 1.6.4 |