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