Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdno.digipost |
ArtifactId | ArtifactIdhttp-client-builder3 |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
http-client-builder3-3.0.pom | |
http-client-builder3-3.0.jar | 9 KB |
http-client-builder3-3.0-sources.jar | 8 KB |
http-client-builder3-3.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.digipost/http-client-builder3/ -->
<dependency>
<groupId>no.digipost</groupId>
<artifactId>http-client-builder3</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.digipost/http-client-builder3/
implementation 'no.digipost:http-client-builder3:3.0'
// https://jarcasting.com/artifacts/no.digipost/http-client-builder3/
implementation ("no.digipost:http-client-builder3:3.0")
'no.digipost:http-client-builder3:jar:3.0'
<dependency org="no.digipost" name="http-client-builder3" rev="3.0">
<artifact name="http-client-builder3" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.digipost', module='http-client-builder3', version='3.0')
)
libraryDependencies += "no.digipost" % "http-client-builder3" % "3.0"
[no.digipost/http-client-builder3 "3.0"]