MVN

io.netty.contrib : netty-codec-haproxy

Maven & Gradle

Sep 30, 2022
2 stars

Netty/Codec/HAProxy

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

Latest Version

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

  • Latest Stable: 5.0.0.Alpha2
  • Latest Alpha: 5.0.0.Alpha2

All Versions

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

Version Vulnerabilities Updated
5.0.x
netty-codec-haproxy-5.0.0.Alpha2
CVE-2022-41881
netty-codec-haproxy-5.0.0.Alpha1
CVE-2022-41881

How to add a dependency to Maven

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

<dependency>
    <groupId>io.netty.contrib</groupId>
    <artifactId>netty-codec-haproxy</artifactId>
    <version>5.0.0.Alpha2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.netty.contrib:netty-codec-haproxy:5.0.0.Alpha2'

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

implementation("io.netty.contrib:netty-codec-haproxy:5.0.0.Alpha2")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.netty.contrib" % "netty-codec-haproxy" % "5.0.0.Alpha2"