Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.higgs |
ArtifactId | ArtifactIdhttp-client |
Version | Version0.0.19 |
Type | Typejar |
Filename | Size |
---|---|
http-client-0.0.19.pom | |
http-client-0.0.19.jar | 48 KB |
http-client-0.0.19-sources.jar | 25 KB |
http-client-0.0.19-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.higgs/http-client/ -->
<dependency>
<groupId>io.higgs</groupId>
<artifactId>http-client</artifactId>
<version>0.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/io.higgs/http-client/
implementation 'io.higgs:http-client:0.0.19'
// https://jarcasting.com/artifacts/io.higgs/http-client/
implementation ("io.higgs:http-client:0.0.19")
'io.higgs:http-client:jar:0.0.19'
<dependency org="io.higgs" name="http-client" rev="0.0.19">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.higgs', module='http-client', version='0.0.19')
)
libraryDependencies += "io.higgs" % "http-client" % "0.0.19"
[io.higgs/http-client "0.0.19"]