MVN

org.hothub : requestclient

Maven & Gradle

Sep 12, 2019
4 stars

requestclient · HTTP UTIL FOR JAVA

<dependency>
    <groupId>org.hothub</groupId>
    <artifactId>requestclient</artifactId>
    <version>1.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hothub : requestclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.16

All Versions

Choose a version of org.hothub : requestclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
requestclient-1.0.16
requestclient-1.0.15
requestclient-1.0.13
requestclient-1.0.12
requestclient-1.0.11
requestclient-1.0.10
requestclient-1.0.8
requestclient-1.0.7
requestclient-1.0.6

How to add a dependency to Maven

Add the following org.hothub : requestclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hothub</groupId>
    <artifactId>requestclient</artifactId>
    <version>1.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hothub : requestclient gradle dependency to your build.gradle file:

implementation 'org.hothub:requestclient:1.0.16'

Gradle Kotlin DSL: Add the following org.hothub : requestclient gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hothub:requestclient:1.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hothub : requestclient sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hothub" % "requestclient" % "1.0.16"

Advertisement