License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdno.digipost |
ArtifactId | ArtifactIdhttp-client-builder5 |
Last Version | Last Version4.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDigipost HTTP Client Builder
Apache HTTP Client configured with sensible defaults.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-client-builder5-4.1.0.pom | |
http-client-builder5-4.1.0.jar | 15 KB |
http-client-builder5-4.1.0-sources.jar | 16 KB |
http-client-builder5-4.1.0-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.digipost/http-client-builder5/ -->
<dependency>
<groupId>no.digipost</groupId>
<artifactId>http-client-builder5</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.digipost/http-client-builder5/
implementation 'no.digipost:http-client-builder5:4.1.0'
// https://jarcasting.com/artifacts/no.digipost/http-client-builder5/
implementation ("no.digipost:http-client-builder5:4.1.0")
'no.digipost:http-client-builder5:jar:4.1.0'
<dependency org="no.digipost" name="http-client-builder5" rev="4.1.0">
<artifact name="http-client-builder5" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.digipost', module='http-client-builder5', version='4.1.0')
)
libraryDependencies += "no.digipost" % "http-client-builder5" % "4.1.0"
[no.digipost/http-client-builder5 "4.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents.client5 : httpclient5 | jar | 5.1.3 |
org.apache.httpcomponents.core5 : httpcore5 | jar | 5.1.3 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |