MVN

com.github.cloudbow : netty-http-client

Maven & Gradle

Jun 01, 2016
3 stars

Netty Http Client · This project aims at making a simple http client but yet high performing over nio with the help of netty

<dependency>
    <groupId>com.github.cloudbow</groupId>
    <artifactId>netty-http-client</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.3

All Versions

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

Version Vulnerabilities Updated
0.0.x
netty-http-client-0.0.3
netty-http-client-0.0.2
netty-http-client-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cloudbow</groupId>
    <artifactId>netty-http-client</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.cloudbow:netty-http-client:0.0.3'

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

implementation("com.github.cloudbow:netty-http-client:0.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.cloudbow" % "netty-http-client" % "0.0.3"

Advertisement

Dependencies from Group

Aug 04, 2015
1 usages
0 stars

Discover Dependencies

Aug 31, 2017
2 usages
7 stars
Oct 05, 2018
20 stars
Mar 20, 2017
22 usages
5.8k stars
Aug 25, 2023
28 usages
3.9k stars
Aug 25, 2023
30 usages
3.9k stars
Aug 01, 2023
14 usages
1k stars
Dec 21, 2022
23 usages
May 23, 2020
10 usages
63 stars