License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.netty |
ArtifactId | ArtifactIdnetty5-parent |
Last Version | Last Version5.0.0.Alpha2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionNetty 5 Parent
Netty is an asynchronous event-driven network application framework for
rapid development of maintainable high performance protocol servers and
clients.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
netty5-parent-5.0.0.Alpha2.pom | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.netty/netty5-parent/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty5-parent</artifactId>
<version>5.0.0.Alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty5-parent/
implementation 'io.netty:netty5-parent:5.0.0.Alpha2'
// https://jarcasting.com/artifacts/io.netty/netty5-parent/
implementation ("io.netty:netty5-parent:5.0.0.Alpha2")
'io.netty:netty5-parent:pom:5.0.0.Alpha2'
<dependency org="io.netty" name="netty5-parent" rev="5.0.0.Alpha2">
<artifact name="netty5-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty5-parent', version='5.0.0.Alpha2')
)
libraryDependencies += "io.netty" % "netty5-parent" % "5.0.0.Alpha2"
[io.netty/netty5-parent "5.0.0.Alpha2"]
Group / Artifact | Type | Version |
---|---|---|
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 |