License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.netty.contrib |
ArtifactId | ArtifactIdnetty-codec-xml |
Last Version | Last Version5.0.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty/Codec/XML
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 |
<!-- https://jarcasting.com/artifacts/io.netty.contrib/netty-codec-xml/ -->
<dependency>
<groupId>io.netty.contrib</groupId>
<artifactId>netty-codec-xml</artifactId>
<version>5.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty.contrib/netty-codec-xml/
implementation 'io.netty.contrib:netty-codec-xml:5.0.0.Final'
// https://jarcasting.com/artifacts/io.netty.contrib/netty-codec-xml/
implementation ("io.netty.contrib:netty-codec-xml:5.0.0.Final")
'io.netty.contrib:netty-codec-xml:jar:5.0.0.Final'
<dependency org="io.netty.contrib" name="netty-codec-xml" rev="5.0.0.Final">
<artifact name="netty-codec-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty.contrib', module='netty-codec-xml', version='5.0.0.Final')
)
libraryDependencies += "io.netty.contrib" % "netty-codec-xml" % "5.0.0.Final"
[io.netty.contrib/netty-codec-xml "5.0.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-buffer | jar | (4.1.70,) |
io.netty : netty-transport | jar | (4.1.70,) |
io.netty : netty-codec | jar | (4.1.70,) |
com.fasterxml : aalto-xml | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
org.assertj : assertj-core | jar | 3.21.0 |