MVN

io.github.nixiantongxue : nio-http

Maven & Gradle

May 19, 2022
2 stars

besthttp · besthttp is a async HTTP component based nio model written in Java

<dependency>
    <groupId>io.github.nixiantongxue</groupId>
    <artifactId>nio-http</artifactId>
    <version>0.1.24-release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nixiantongxue : nio-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.24-release
  • Latest Beta: 0.1.24-beta

All Versions

Choose a version of io.github.nixiantongxue : nio-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
nio-http-0.1.24-beta
nio-http-0.1.24-release
nio-http-0.1.23-release
nio-http-0.1.22-release
nio-http-0.1.21-release
nio-http-0.1.20-release
nio-http-0.1.19-release
nio-http-0.1.18-release
nio-http-0.1.17-release
nio-http-0.1.16-release
nio-http-0.1.15-release
nio-http-0.1.15-beta
nio-http-0.1.14-beta
nio-http-0.1.13-beta

How to add a dependency to Maven

Add the following io.github.nixiantongxue : nio-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.nixiantongxue</groupId>
    <artifactId>nio-http</artifactId>
    <version>0.1.24-release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.nixiantongxue : nio-http gradle dependency to your build.gradle file:

implementation 'io.github.nixiantongxue:nio-http:0.1.24-release'

Gradle Kotlin DSL: Add the following io.github.nixiantongxue : nio-http gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.nixiantongxue:nio-http:0.1.24-release")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.nixiantongxue : nio-http sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.nixiantongxue" % "nio-http" % "0.1.24-release"

Advertisement