Last Version

commons-http 2.1.2-RELEASE

对http的封装,支持HTTPClient,Okhttp3等

License

License

GroupId

GroupId

com.hb0730
ArtifactId

ArtifactId

commons-http
Version

Version

2.1.2-RELEASE
Type

Type

jar
Description

Description

commons-http
对http的封装,支持HTTPClient,Okhttp3等
Project URL

Project URL

https://github.com/hb0730/hb0730-commons

Download commons-http 2.1.2-RELEASE


<!-- 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"]

Dependencies

compile (6)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.