MVN

io.github.nstdio : http-client-ext

Maven & Gradle

Jan 08, 2023
1 stars

JDK Http Client Extensions · The set of useful extensions for JDK HttpClient.

<dependency>
    <groupId>io.github.nstdio</groupId>
    <artifactId>http-client-ext</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nstdio : http-client-ext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2

All Versions

Choose a version of io.github.nstdio : http-client-ext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v2.3.x
http-client-ext-v2.3.0
2.3.x
http-client-ext-2.3.2
http-client-ext-2.3.1
http-client-ext-2.3.0
2.2.x
http-client-ext-2.2.2
http-client-ext-2.2.1
http-client-ext-2.2.0
2.1.x
http-client-ext-2.1.3
http-client-ext-2.1.2
http-client-ext-2.1.1
http-client-ext-2.1.0
2.0.x
http-client-ext-2.0.0
1.5.x
http-client-ext-1.5.1
http-client-ext-1.5.0
1.4.x
http-client-ext-1.4.0
1.3.x
http-client-ext-1.3.0
1.2.x
http-client-ext-1.2.2
http-client-ext-1.2.1
http-client-ext-1.2.0
1.1.x
http-client-ext-1.1.1
v1.1.x
http-client-ext-v1.1.0
1.0.x
http-client-ext-1.0.3
http-client-ext-1.0.2
http-client-ext-1.0.1
http-client-ext-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.nstdio</groupId>
    <artifactId>http-client-ext</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.nstdio : http-client-ext gradle dependency to your build.gradle file:

implementation 'io.github.nstdio:http-client-ext:2.3.2'

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

implementation("io.github.nstdio:http-client-ext:2.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.nstdio : http-client-ext sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.nstdio" % "http-client-ext" % "2.3.2"

Advertisement