Last Version

http-client 1.0.6

基于okhttp3封装的http工具包

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

cn.aghost
ArtifactId

ArtifactId

http-client
Version

Version

1.0.6
Type

Type

jar
Description

Description

http-client
基于okhttp3封装的http工具包
Project URL

Project URL

https://github.com/ggg17226/http-client
Source Code Management

Source Code Management

https://github.com/ggg17226/http-client

Download http-client 1.0.6


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

Dependencies

compile (8)

Group / Artifact Type Version
org.realityforge.org.jetbrains.annotations : org.jetbrains.annotations jar 1.6.0
org.reflections : reflections jar 0.9.12
com.google.guava : guava jar 30.0-jre
org.apache.commons : commons-lang3 jar 3.11
commons-codec : commons-codec jar 1.15
com.squareup.okhttp3 : okhttp jar 3.14.9
org.slf4j : slf4j-api jar 1.7.30
com.alibaba : fastjson jar 1.2.75

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.slf4j : slf4j-simple jar 1.7.30

Project Modules

There are no modules declared in this project.