| GroupId | GroupIdio.d11 |
|---|---|
| ArtifactId | ArtifactIdzhttp_2.13 |
| Version | Version1.0.0.0-RC27 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zhttp_2.13-1.0.0.0-RC27.pom | |
| zhttp_2.13-1.0.0.0-RC27.jar | 1 MB |
| zhttp_2.13-1.0.0.0-RC27-sources.jar | 135 KB |
| zhttp_2.13-1.0.0.0-RC27-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.d11/zhttp_2.13/ -->
<dependency>
<groupId>io.d11</groupId>
<artifactId>zhttp_2.13</artifactId>
<version>1.0.0.0-RC27</version>
</dependency>
// https://jarcasting.com/artifacts/io.d11/zhttp_2.13/
implementation 'io.d11:zhttp_2.13:1.0.0.0-RC27'
// https://jarcasting.com/artifacts/io.d11/zhttp_2.13/
implementation ("io.d11:zhttp_2.13:1.0.0.0-RC27")
'io.d11:zhttp_2.13:jar:1.0.0.0-RC27'
<dependency org="io.d11" name="zhttp_2.13" rev="1.0.0.0-RC27">
<artifact name="zhttp_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.d11', module='zhttp_2.13', version='1.0.0.0-RC27')
)
libraryDependencies += "io.d11" % "zhttp_2.13" % "1.0.0.0-RC27"
[io.d11/zhttp_2.13 "1.0.0.0-RC27"]