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