GroupId | GroupIdcom.github.xuwei-k |
---|---|
ArtifactId | ArtifactIdhttpz-all_2.13 |
Version | Version0.8.0 |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
httpz-all_2.13-0.8.0.pom | |
httpz-all_2.13-0.8.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuwei-k/httpz-all_2.13/ -->
<dependency>
<groupId>com.github.xuwei-k</groupId>
<artifactId>httpz-all_2.13</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuwei-k/httpz-all_2.13/
implementation 'com.github.xuwei-k:httpz-all_2.13:0.8.0'
// https://jarcasting.com/artifacts/com.github.xuwei-k/httpz-all_2.13/
implementation ("com.github.xuwei-k:httpz-all_2.13:0.8.0")
'com.github.xuwei-k:httpz-all_2.13:jar:0.8.0'
<dependency org="com.github.xuwei-k" name="httpz-all_2.13" rev="0.8.0">
<artifact name="httpz-all_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuwei-k', module='httpz-all_2.13', version='0.8.0')
)
libraryDependencies += "com.github.xuwei-k" % "httpz-all_2.13" % "0.8.0"
[com.github.xuwei-k/httpz-all_2.13 "0.8.0"]