GroupId | GroupIdio.github.harishb2k.easy |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version0.0.38 |
Type | Typejar |
Filename | Size |
---|---|
http-0.0.38.pom | |
http-0.0.38.jar | 79 KB |
http-0.0.38-sources.jar | 27 KB |
http-0.0.38-javadoc.jar | 286 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.harishb2k.easy/http/ -->
<dependency>
<groupId>io.github.harishb2k.easy</groupId>
<artifactId>http</artifactId>
<version>0.0.38</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.harishb2k.easy/http/
implementation 'io.github.harishb2k.easy:http:0.0.38'
// https://jarcasting.com/artifacts/io.github.harishb2k.easy/http/
implementation ("io.github.harishb2k.easy:http:0.0.38")
'io.github.harishb2k.easy:http:jar:0.0.38'
<dependency org="io.github.harishb2k.easy" name="http" rev="0.0.38">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.harishb2k.easy', module='http', version='0.0.38')
)
libraryDependencies += "io.github.harishb2k.easy" % "http" % "0.0.38"
[io.github.harishb2k.easy/http "0.0.38"]