License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdno.digipost |
ArtifactId | ArtifactIdhttp-client-builder3 |
Version | Version3.0.1 |
Type | Typejar |
Description |
DescriptionDigipost HTTP Client Builder
Apache HTTP Client configured with sensible defaults.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/no.digipost/http-client-builder3/ -->
<dependency>
<groupId>no.digipost</groupId>
<artifactId>http-client-builder3</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/no.digipost/http-client-builder3/
implementation 'no.digipost:http-client-builder3:3.0.1'
// https://jarcasting.com/artifacts/no.digipost/http-client-builder3/
implementation ("no.digipost:http-client-builder3:3.0.1")
'no.digipost:http-client-builder3:jar:3.0.1'
<dependency org="no.digipost" name="http-client-builder3" rev="3.0.1">
<artifact name="http-client-builder3" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.digipost', module='http-client-builder3', version='3.0.1')
)
libraryDependencies += "no.digipost" % "http-client-builder3" % "3.0.1"
[no.digipost/http-client-builder3 "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.3 |
org.apache.httpcomponents : httpcore | jar | 4.4.6 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |