Last Version

simple-http 1.0.5

简单的 http 实现

License

License

GroupId

GroupId

com.xkcoding.http
ArtifactId

ArtifactId

simple-http
Version

Version

1.0.5
Type

Type

jar
Description

Description

simple-http
简单的 http 实现
Project URL

Project URL

https://github.com/xkcoding/simple-http
Source Code Management

Source Code Management

https://github.com/xkcoding/simple-http

Download simple-http 1.0.5


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

Dependencies

compile (3)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp Optional jar 4.9.1
org.apache.httpcomponents : httpclient Optional jar 4.5.13
cn.hutool : hutool-http Optional jar 5.7.11

provided (1)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.