Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdno.digipost |
ArtifactId | ArtifactIdhttp-client-builder5 |
Version | Version4.0.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.digipost/http-client-builder5/ -->
<dependency>
<groupId>no.digipost</groupId>
<artifactId>http-client-builder5</artifactId>
<version>4.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/no.digipost/http-client-builder5/
implementation 'no.digipost:http-client-builder5:4.0.0-RC2'
// https://jarcasting.com/artifacts/no.digipost/http-client-builder5/
implementation ("no.digipost:http-client-builder5:4.0.0-RC2")
'no.digipost:http-client-builder5:jar:4.0.0-RC2'
<dependency org="no.digipost" name="http-client-builder5" rev="4.0.0-RC2">
<artifact name="http-client-builder5" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.digipost', module='http-client-builder5', version='4.0.0-RC2')
)
libraryDependencies += "no.digipost" % "http-client-builder5" % "4.0.0-RC2"
[no.digipost/http-client-builder5 "4.0.0-RC2"]