| License |
License |
|---|---|
| GroupId | GroupIdcom.hb0730 |
| ArtifactId | ArtifactIdcommons-http |
| Version | Version2.1.2-RELEASE |
| Type | Typejar |
| Description |
Descriptioncommons-http
对http的封装,支持HTTPClient,Okhttp3等
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| commons-http-2.1.2-RELEASE.pom | |
| commons-http-2.1.2-RELEASE.jar | 32 KB |
| commons-http-2.1.2-RELEASE-sources.jar | 17 KB |
| commons-http-2.1.2-RELEASE-javadoc.jar | 165 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-http/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-http</artifactId>
<version>2.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-http/
implementation 'com.hb0730:commons-http:2.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-http/
implementation ("com.hb0730:commons-http:2.1.2-RELEASE")
'com.hb0730:commons-http:jar:2.1.2-RELEASE'
<dependency org="com.hb0730" name="commons-http" rev="2.1.2-RELEASE">
<artifact name="commons-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-http', version='2.1.2-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-http" % "2.1.2-RELEASE"
[com.hb0730/commons-http "2.1.2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.hb0730 : commons-lang | jar | 2.1.2-RELEASE |
| org.apache.httpcomponents : httpclient Optional | jar | 4.5.11 |
| org.apache.httpcomponents.client5 : httpclient5 Optional | jar | 5.0 |
| com.squareup.okhttp3 : okhttp Optional | jar | 4.0.1 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |