Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.nhenneaux.resilienthttpclient |
ArtifactId | ArtifactIdsingle-host-httpclient |
Version | Version0.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.nhenneaux.resilienthttpclient/single-host-httpclient/ -->
<dependency>
<groupId>com.github.nhenneaux.resilienthttpclient</groupId>
<artifactId>single-host-httpclient</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhenneaux.resilienthttpclient/single-host-httpclient/
implementation 'com.github.nhenneaux.resilienthttpclient:single-host-httpclient:0.1.6'
// https://jarcasting.com/artifacts/com.github.nhenneaux.resilienthttpclient/single-host-httpclient/
implementation ("com.github.nhenneaux.resilienthttpclient:single-host-httpclient:0.1.6")
'com.github.nhenneaux.resilienthttpclient:single-host-httpclient:jar:0.1.6'
<dependency org="com.github.nhenneaux.resilienthttpclient" name="single-host-httpclient" rev="0.1.6">
<artifact name="single-host-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nhenneaux.resilienthttpclient', module='single-host-httpclient', version='0.1.6')
)
libraryDependencies += "com.github.nhenneaux.resilienthttpclient" % "single-host-httpclient" % "0.1.6"
[com.github.nhenneaux.resilienthttpclient/single-host-httpclient "0.1.6"]