MVN

com.nesscomputing.components : ness-httpclient

Maven & Gradle

Aug 14, 2013
20 usages

ness-httpclient · Ness HTTP client component.

<dependency>
    <groupId>com.nesscomputing.components</groupId>
    <artifactId>ness-httpclient</artifactId>
    <version>2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nesscomputing.components : ness-httpclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.5

All Versions

Choose a version of com.nesscomputing.components : ness-httpclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
ness-httpclient-2.0.5
ness-httpclient-2.0.4
ness-httpclient-2.0.3
ness-httpclient-2.0.2
ness-httpclient-2.0.1
ness-httpclient-2.0.0
1.6.x
ness-httpclient-1.6.0
1.5.x
ness-httpclient-1.5.0
1.4.x
ness-httpclient-1.4.0
1.3.x
ness-httpclient-1.3.0
1.2.x
ness-httpclient-1.2.1
ness-httpclient-1.2.0
1.1.x
ness-httpclient-1.1.1
ness-httpclient-1.1.0
1.0.x
ness-httpclient-1.0.1
ness-httpclient-1.0.0

How to add a dependency to Maven

Add the following com.nesscomputing.components : ness-httpclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nesscomputing.components</groupId>
    <artifactId>ness-httpclient</artifactId>
    <version>2.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nesscomputing.components : ness-httpclient gradle dependency to your build.gradle file:

implementation 'com.nesscomputing.components:ness-httpclient:2.0.5'

Gradle Kotlin DSL: Add the following com.nesscomputing.components : ness-httpclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nesscomputing.components:ness-httpclient:2.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nesscomputing.components : ness-httpclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nesscomputing.components" % "ness-httpclient" % "2.0.5"