License |
License |
---|---|
GroupId | GroupIdcom.lingdonge |
ArtifactId | ArtifactIdcommon-http |
Last Version | Last Version3.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommon-http
Http请求集成类
|
Filename | Size |
---|---|
common-http-3.0.5.pom | |
common-http-3.0.5.jar | 60 KB |
common-http-3.0.5-sources.jar | 38 KB |
common-http-3.0.5-javadoc.jar | 226 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lingdonge/common-http/ -->
<dependency>
<groupId>com.lingdonge</groupId>
<artifactId>common-http</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.lingdonge/common-http/
implementation 'com.lingdonge:common-http:3.0.5'
// https://jarcasting.com/artifacts/com.lingdonge/common-http/
implementation ("com.lingdonge:common-http:3.0.5")
'com.lingdonge:common-http:jar:3.0.5'
<dependency org="com.lingdonge" name="common-http" rev="3.0.5">
<artifact name="common-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lingdonge', module='common-http', version='3.0.5')
)
libraryDependencies += "com.lingdonge" % "common-http" % "3.0.5"
[com.lingdonge/common-http "3.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.lingdonge : common-core | jar | 3.0.5 |
org.jsoup : jsoup Optional | jar | 1.9.2 |
cn.hutool : hutool-http Optional | jar | 4.5.11 |
com.jayway.jsonpath : json-path | jar | 2.4.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.5 |
org.apache.httpcomponents : httpmime | jar | 4.5.5 |
org.apache.httpcomponents : fluent-hc | jar | 4.5.5 |
org.apache.httpcomponents : httpcore | jar | 4.4.11 |
org.apache.commons : commons-lang3 | jar | 3.4 |
com.google.guava : guava | jar | 23.0 |
cn.hutool : hutool-core | jar | 4.5.11 |
cn.hutool : hutool-extra | jar | 4.5.11 |
ch.qos.logback : logback-classic Optional | jar | 1.2.3 |
ch.qos.logback : logback-core Optional | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |