| GroupId | GroupIdio.d11 |
|---|---|
| ArtifactId | ArtifactIdzhttp |
| Version | Version1.0.0-RC2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zhttp-1.0.0-RC2.pom | |
| zhttp-1.0.0-RC2.jar | 369 KB |
| zhttp-1.0.0-RC2-sources.jar | 29 KB |
| zhttp-1.0.0-RC2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.d11/zhttp/ -->
<dependency>
<groupId>io.d11</groupId>
<artifactId>zhttp</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.d11/zhttp/
implementation 'io.d11:zhttp:1.0.0-RC2'
// https://jarcasting.com/artifacts/io.d11/zhttp/
implementation ("io.d11:zhttp:1.0.0-RC2")
'io.d11:zhttp:jar:1.0.0-RC2'
<dependency org="io.d11" name="zhttp" rev="1.0.0-RC2">
<artifact name="zhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.d11', module='zhttp', version='1.0.0-RC2')
)
libraryDependencies += "io.d11" % "zhttp" % "1.0.0-RC2"
[io.d11/zhttp "1.0.0-RC2"]