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