MVN

no.digipost : http-client-builder5

Maven & Gradle

Mar 29, 2022
0 stars

Digipost HTTP Client Builder · Apache HTTP Client configured with sensible defaults.

<dependency>
    <groupId>no.digipost</groupId>
    <artifactId>http-client-builder5</artifactId>
    <version>4.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.digipost : http-client-builder5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.0
  • Latest Release Candidate: 4.0.0-RC2

All Versions

Choose a version of no.digipost : http-client-builder5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
http-client-builder5-4.1.0
4.0.x
http-client-builder5-4.0.0
http-client-builder5-4.0.0-RC2
http-client-builder5-4.0.0-RC1

How to add a dependency to Maven

Add the following no.digipost : http-client-builder5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.digipost</groupId>
    <artifactId>http-client-builder5</artifactId>
    <version>4.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.digipost : http-client-builder5 gradle dependency to your build.gradle file:

implementation 'no.digipost:http-client-builder5:4.1.0'

Gradle Kotlin DSL: Add the following no.digipost : http-client-builder5 gradle kotlin dependency to your build.gradle.kts file:

implementation("no.digipost:http-client-builder5:4.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.digipost : http-client-builder5 sbt scala dependency to your build.sbt file:

libraryDependencies += "no.digipost" % "http-client-builder5" % "4.1.0"

Advertisement