| GroupId | GroupIdio.d11 |
|---|---|
| ArtifactId | ArtifactIdzhttp-test_3 |
| Version | Version2.0.0-RC5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zhttp-test_3-2.0.0-RC5.pom | |
| zhttp-test_3-2.0.0-RC5.jar | 3 KB |
| zhttp-test_3-2.0.0-RC5-sources.jar | 723 bytes |
| zhttp-test_3-2.0.0-RC5-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>2.0.0-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/io.d11/zhttp-test_3/
implementation 'io.d11:zhttp-test_3:2.0.0-RC5'
// https://jarcasting.com/artifacts/io.d11/zhttp-test_3/
implementation ("io.d11:zhttp-test_3:2.0.0-RC5")
'io.d11:zhttp-test_3:jar:2.0.0-RC5'
<dependency org="io.d11" name="zhttp-test_3" rev="2.0.0-RC5">
<artifact name="zhttp-test_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.d11', module='zhttp-test_3', version='2.0.0-RC5')
)
libraryDependencies += "io.d11" % "zhttp-test_3" % "2.0.0-RC5"
[io.d11/zhttp-test_3 "2.0.0-RC5"]