Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.higgs |
ArtifactId | ArtifactIdhttp-client |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
http-client-0.0.2.pom | |
http-client-0.0.2.jar | 37 KB |
http-client-0.0.2-sources.jar | 17 KB |
http-client-0.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.higgs/http-client/
implementation 'io.higgs:http-client:0.0.2'
// https://jarcasting.com/artifacts/io.higgs/http-client/
implementation ("io.higgs:http-client:0.0.2")
'io.higgs:http-client:jar:0.0.2'
<dependency org="io.higgs" name="http-client" rev="0.0.2">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.higgs', module='http-client', version='0.0.2')
)
libraryDependencies += "io.higgs" % "http-client" % "0.0.2"
[io.higgs/http-client "0.0.2"]