GroupId | GroupIdio.github.harishb2k.easy |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version0.0.41 |
Type | Typejar |
Filename | Size |
---|---|
http-0.0.41.pom | |
http-0.0.41.jar | 79 KB |
http-0.0.41-sources.jar | 27 KB |
http-0.0.41-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.41</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.harishb2k.easy/http/
implementation 'io.github.harishb2k.easy:http:0.0.41'
// https://jarcasting.com/artifacts/io.github.harishb2k.easy/http/
implementation ("io.github.harishb2k.easy:http:0.0.41")
'io.github.harishb2k.easy:http:jar:0.0.41'
<dependency org="io.github.harishb2k.easy" name="http" rev="0.0.41">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.harishb2k.easy', module='http', version='0.0.41')
)
libraryDependencies += "io.github.harishb2k.easy" % "http" % "0.0.41"
[io.github.harishb2k.easy/http "0.0.41"]