is not current version
Last Version 3.0.5

com.lingdonge:common-http 3.0.3

Http请求集成类

GroupId

GroupId

com.lingdonge
ArtifactId

ArtifactId

common-http
Version

Version

3.0.3
Type

Type

jar

Download common-http 3.0.3


<!-- https://jarcasting.com/artifacts/com.lingdonge/common-http/ -->
<dependency>
    <groupId>com.lingdonge</groupId>
    <artifactId>common-http</artifactId>
    <version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lingdonge/common-http/
implementation 'com.lingdonge:common-http:3.0.3'
// https://jarcasting.com/artifacts/com.lingdonge/common-http/
implementation ("com.lingdonge:common-http:3.0.3")
'com.lingdonge:common-http:jar:3.0.3'
<dependency org="com.lingdonge" name="common-http" rev="3.0.3">
  <artifact name="common-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lingdonge', module='common-http', version='3.0.3')
)
libraryDependencies += "com.lingdonge" % "common-http" % "3.0.3"
[com.lingdonge/common-http "3.0.3"]