| License |
License |
|---|---|
| GroupId | GroupIdcom.github.wenhao |
| ArtifactId | ArtifactIdhttp |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionhttp
Simplified, lightweight HTTP client library, a wrapper for apache httpclient.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| http-1.0.1.pom | |
| http-1.0.1.jar | 27 KB |
| http-1.0.1-sources.jar | 16 KB |
| http-1.0.1-javadoc.jar | 113 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wenhao/http/ -->
<dependency>
<groupId>com.github.wenhao</groupId>
<artifactId>http</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wenhao/http/
implementation 'com.github.wenhao:http:1.0.1'
// https://jarcasting.com/artifacts/com.github.wenhao/http/
implementation ("com.github.wenhao:http:1.0.1")
'com.github.wenhao:http:jar:1.0.1'
<dependency org="com.github.wenhao" name="http" rev="1.0.1">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wenhao', module='http', version='1.0.1')
)
libraryDependencies += "com.github.wenhao" % "http" % "1.0.1"
[com.github.wenhao/http "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| se.jbee : silk-di | jar | 0.6 |
| org.apache.httpcomponents : httpmime | jar | 4.4 |
| org.slf4j : slf4j-api | jar | 1.7.6 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.4.4 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.dreamhead : moco-core | jar | 0.9.1 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| junit : junit | jar | 4.11 |