License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdnet.gleamynode |
ArtifactId | ArtifactIdnetty2 |
Last Version | Last Version1.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty2
An event-driven NIO framework
|
Filename | Size |
---|---|
netty2-1.9.2.pom | |
netty2-1.9.2.jar | 53 KB |
netty2-1.9.2-sources.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.gleamynode/netty2/ -->
<dependency>
<groupId>net.gleamynode</groupId>
<artifactId>netty2</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.gleamynode/netty2/
implementation 'net.gleamynode:netty2:1.9.2'
// https://jarcasting.com/artifacts/net.gleamynode/netty2/
implementation ("net.gleamynode:netty2:1.9.2")
'net.gleamynode:netty2:jar:1.9.2'
<dependency org="net.gleamynode" name="netty2" rev="1.9.2">
<artifact name="netty2" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.gleamynode', module='netty2', version='1.9.2')
)
libraryDependencies += "net.gleamynode" % "netty2" % "1.9.2"
[net.gleamynode/netty2 "1.9.2"]