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