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