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