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