GroupId | GroupIdio.higgs |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version0.0.18 |
Type | Typepom |
Filename | Size |
---|---|
http-0.0.18.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.higgs/http/ -->
<dependency>
<groupId>io.higgs</groupId>
<artifactId>http</artifactId>
<version>0.0.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.higgs/http/
implementation 'io.higgs:http:0.0.18'
// https://jarcasting.com/artifacts/io.higgs/http/
implementation ("io.higgs:http:0.0.18")
'io.higgs:http:pom:0.0.18'
<dependency org="io.higgs" name="http" rev="0.0.18">
<artifact name="http" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.higgs', module='http', version='0.0.18')
)
libraryDependencies += "io.higgs" % "http" % "0.0.18"
[io.higgs/http "0.0.18"]