License |
License |
---|---|
GroupId | GroupIdcom.xkcoding.http |
ArtifactId | ArtifactIdsimple-http |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimple-http
简单的 http 实现
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-http-1.0.5.pom | |
simple-http-1.0.5.jar | 30 KB |
simple-http-1.0.5-sources.jar | 22 KB |
simple-http-1.0.5-javadoc.jar | 162 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |