License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdno.digipost |
ArtifactId | ArtifactIddigipost-http-client |
Version | Version1.3 |
Type | Typejar |
Description |
DescriptionDigipost HTTP Client
Apache HTTP Client configured with sensible defaults.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
digipost-http-client-1.3.pom | |
digipost-http-client-1.3.jar | 9 KB |
digipost-http-client-1.3-sources.jar | 7 KB |
digipost-http-client-1.3-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.digipost/digipost-http-client/ -->
<dependency>
<groupId>no.digipost</groupId>
<artifactId>digipost-http-client</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/no.digipost/digipost-http-client/
implementation 'no.digipost:digipost-http-client:1.3'
// https://jarcasting.com/artifacts/no.digipost/digipost-http-client/
implementation ("no.digipost:digipost-http-client:1.3")
'no.digipost:digipost-http-client:jar:1.3'
<dependency org="no.digipost" name="digipost-http-client" rev="1.3">
<artifact name="digipost-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.digipost', module='digipost-http-client', version='1.3')
)
libraryDependencies += "no.digipost" % "digipost-http-client" % "1.3"
[no.digipost/digipost-http-client "1.3"]
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.12 |
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.12 |