MVN

io.netty.contrib : netty-codec-xml

Maven & Gradle

Nov 17, 2021
0 stars

Netty/Codec/XML · Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.

<dependency>
    <groupId>io.netty.contrib</groupId>
    <artifactId>netty-codec-xml</artifactId>
    <version>5.0.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.netty.contrib : netty-codec-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0.Final

All Versions

Choose a version of io.netty.contrib : netty-codec-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
netty-codec-xml-5.0.0.Final

How to add a dependency to Maven

Add the following io.netty.contrib : netty-codec-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.netty.contrib</groupId>
    <artifactId>netty-codec-xml</artifactId>
    <version>5.0.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.netty.contrib : netty-codec-xml gradle dependency to your build.gradle file:

implementation 'io.netty.contrib:netty-codec-xml:5.0.0.Final'

Gradle Kotlin DSL: Add the following io.netty.contrib : netty-codec-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("io.netty.contrib:netty-codec-xml:5.0.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.netty.contrib : netty-codec-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "io.netty.contrib" % "netty-codec-xml" % "5.0.0.Final"

Advertisement

Dependencies from Group

Discover Dependencies

Jul 27, 2023
14 usages
429 stars
Aug 17, 2023
1 usages
210 stars
Aug 17, 2023
210 stars
Mar 31, 2023
1 usages
1.1k stars
Mar 31, 2023
1.1k stars
Jul 03, 2023
2 usages
1.7k stars
Apr 07, 2022
298 stars