License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdorg.openlabtesting.netty |
ArtifactId | ArtifactIdnetty-all |
Last Version | Last Version4.1.48.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty/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 |
<!-- https://jarcasting.com/artifacts/org.openlabtesting.netty/netty-all/ -->
<dependency>
<groupId>org.openlabtesting.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.48.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.openlabtesting.netty/netty-all/
implementation 'org.openlabtesting.netty:netty-all:4.1.48.Final'
// https://jarcasting.com/artifacts/org.openlabtesting.netty/netty-all/
implementation ("org.openlabtesting.netty:netty-all:4.1.48.Final")
'org.openlabtesting.netty:netty-all:jar:4.1.48.Final'
<dependency org="org.openlabtesting.netty" name="netty-all" rev="4.1.48.Final">
<artifact name="netty-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openlabtesting.netty', module='netty-all', version='4.1.48.Final')
)
libraryDependencies += "org.openlabtesting.netty" % "netty-all" % "4.1.48.Final"
[org.openlabtesting.netty/netty-all "4.1.48.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist | jar | 3.20.0-GA |
junit : junit | jar | 4.12 |
org.openlabtesting.netty » netty-build | jar | 26 |
org.hamcrest : hamcrest-library | jar | 1.3 |
ch.qos.logback : logback-classic | jar | 1.1.7 |