License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.netty |
ArtifactId | ArtifactIdnetty5-common |
Last Version | Last Version5.0.0.Alpha2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty5/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 |
<!-- https://jarcasting.com/artifacts/io.netty/netty5-common/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty5-common</artifactId>
<version>5.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty5-common/
implementation 'io.netty:netty5-common:5.0.0.Alpha2'
// https://jarcasting.com/artifacts/io.netty/netty5-common/
implementation ("io.netty:netty5-common:5.0.0.Alpha2")
'io.netty:netty5-common:jar:5.0.0.Alpha2'
<dependency org="io.netty" name="netty5-common" rev="5.0.0.Alpha2">
<artifact name="netty5-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty5-common', version='5.0.0.Alpha2')
)
libraryDependencies += "io.netty" % "netty5-common" % "5.0.0.Alpha2"
[io.netty/netty5-common "5.0.0.Alpha2"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-common | jar | 4.1.75.Final |
org.slf4j : slf4j-api Optional | jar | 1.7.30 |
commons-logging : commons-logging Optional | jar | 1.2 |
org.apache.logging.log4j : log4j-api Optional | jar | 2.17.2 |
io.projectreactor.tools : blockhound Optional | jar | 1.0.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar | 19.3.6 |
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
org.mockito : mockito-core | jar | 2.18.3 |
io.netty : netty5-dev-tools Optional | jar | 5.0.0.Alpha2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
junit : junit | jar | 4.13.1 |
io.netty : netty-build-common | jar | 30 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.assertj : assertj-core | jar | 3.18.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |