MVN

com.mastfrog : netty-http-client

Maven & Gradle

Feb 21, 2023
320 stars

Netty Http Client · An asynchronous HTTP client library based on Netty 4.x

<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>netty-http-client</artifactId>
    <version>2.9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mastfrog : netty-http-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.7

All Versions

Choose a version of com.mastfrog : netty-http-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
netty-http-client-2.9.7
netty-http-client-2.9.6
netty-http-client-2.9.5
netty-http-client-2.9.4
netty-http-client-2.9.3
netty-http-client-2.9.2
netty-http-client-2.9.1
netty-http-client-2.9.0
2.8.x
netty-http-client-2.8.7
netty-http-client-2.8.6
netty-http-client-2.8.5
netty-http-client-2.8.4
netty-http-client-2.8.3
netty-http-client-2.8.2
netty-http-client-2.8.1
netty-http-client-2.8.0
2.7.x
netty-http-client-2.7.3
netty-http-client-2.7.2
netty-http-client-2.7.1
netty-http-client-2.7.0
2.6.x
netty-http-client-2.6.13
netty-http-client-2.6.12
netty-http-client-2.6.11
netty-http-client-2.6.10
netty-http-client-2.6.9
netty-http-client-2.6.8
netty-http-client-2.6.7
netty-http-client-2.6.6
netty-http-client-2.6.5
netty-http-client-2.6.4
netty-http-client-2.6.3
netty-http-client-2.6.2
netty-http-client-2.6.1
netty-http-client-2.6.0
2.5.x
netty-http-client-2.5.0

How to add a dependency to Maven

Add the following com.mastfrog : netty-http-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>netty-http-client</artifactId>
    <version>2.9.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mastfrog : netty-http-client gradle dependency to your build.gradle file:

implementation 'com.mastfrog:netty-http-client:2.9.7'

Gradle Kotlin DSL: Add the following com.mastfrog : netty-http-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mastfrog:netty-http-client:2.9.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mastfrog : netty-http-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mastfrog" % "netty-http-client" % "2.9.7"

Advertisement