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