License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdno.digipost |
ArtifactId | ArtifactIdhttp-client-builder |
Version | Version2.0 |
Type | Typejar |
Description |
DescriptionDigipost HTTP Client Builder
Apache HTTP Client configured with sensible defaults.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-client-builder-2.0.pom | |
http-client-builder-2.0.jar | 9 KB |
http-client-builder-2.0-sources.jar | 7 KB |
http-client-builder-2.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.digipost/http-client-builder/ -->
<dependency>
<groupId>no.digipost</groupId>
<artifactId>http-client-builder</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.digipost/http-client-builder/
implementation 'no.digipost:http-client-builder:2.0'
// https://jarcasting.com/artifacts/no.digipost/http-client-builder/
implementation ("no.digipost:http-client-builder:2.0")
'no.digipost:http-client-builder:jar:2.0'
<dependency org="no.digipost" name="http-client-builder" rev="2.0">
<artifact name="http-client-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.digipost', module='http-client-builder', version='2.0')
)
libraryDependencies += "no.digipost" % "http-client-builder" % "2.0"
[no.digipost/http-client-builder "2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
org.apache.httpcomponents : httpcore | jar | 4.4.4 |
org.slf4j : slf4j-api | jar | 1.7.21 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.hamcrest : hamcrest-core | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.21 |