| GroupId | GroupIdcom.github.wenhao |
|---|---|
| ArtifactId | ArtifactIdhttp |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| http-1.0.0.pom | |
| http-1.0.0.jar | 26 KB |
| http-1.0.0-sources.jar | 15 KB |
| http-1.0.0-javadoc.jar | 114 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wenhao/http/ -->
<dependency>
<groupId>com.github.wenhao</groupId>
<artifactId>http</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wenhao/http/
implementation 'com.github.wenhao:http:1.0.0'
// https://jarcasting.com/artifacts/com.github.wenhao/http/
implementation ("com.github.wenhao:http:1.0.0")
'com.github.wenhao:http:jar:1.0.0'
<dependency org="com.github.wenhao" name="http" rev="1.0.0">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wenhao', module='http', version='1.0.0')
)
libraryDependencies += "com.github.wenhao" % "http" % "1.0.0"
[com.github.wenhao/http "1.0.0"]