MVN

io.netty.incubator : netty-incubator-codec-bhttp

Maven & Gradle

Jan 12, 2024

Netty/Incubator/Codec/BHTTP

<dependency>
    <groupId>io.netty.incubator</groupId>
    <artifactId>netty-incubator-codec-bhttp</artifactId>
    <version>0.0.4.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.4.Final

All Versions

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

Version Vulnerabilities Updated
0.0.x
netty-incubator-codec-bhttp-0.0.4.Final
netty-incubator-codec-bhttp-0.0.3.Final
netty-incubator-codec-bhttp-0.0.2.Final
netty-incubator-codec-bhttp-0.0.1.Final

How to add a dependency to Maven

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

<dependency>
    <groupId>io.netty.incubator</groupId>
    <artifactId>netty-incubator-codec-bhttp</artifactId>
    <version>0.0.4.Final</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.netty.incubator:netty-incubator-codec-bhttp:0.0.4.Final'

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

implementation("io.netty.incubator:netty-incubator-codec-bhttp:0.0.4.Final")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.netty.incubator" % "netty-incubator-codec-bhttp" % "0.0.4.Final"