| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.rslai.commons |
| ArtifactId | ArtifactIdhttp |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.gitee.rslai.commons:http
Encapsulation httpclient
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| http-0.3.pom | |
| http-0.3.jar | 23 KB |
| http-0.3-sources.jar | 19 KB |
| http-0.3-javadoc.jar | 129 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.rslai.commons/http/ -->
<dependency>
<groupId>com.gitee.rslai.commons</groupId>
<artifactId>http</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.rslai.commons/http/
implementation 'com.gitee.rslai.commons:http:0.3'
// https://jarcasting.com/artifacts/com.gitee.rslai.commons/http/
implementation ("com.gitee.rslai.commons:http:0.3")
'com.gitee.rslai.commons:http:jar:0.3'
<dependency org="com.gitee.rslai.commons" name="http" rev="0.3">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.rslai.commons', module='http', version='0.3')
)
libraryDependencies += "com.gitee.rslai.commons" % "http" % "0.3"
[com.gitee.rslai.commons/http "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.2 |
| org.apache.httpcomponents : httpclient | jar | 4.5.7 |
| org.apache.httpcomponents : httpclient-cache | jar | 4.5.7 |
| org.apache.httpcomponents : httpmime | jar | 4.1.2 |
| org.testng : testng-jdk14 | pom | 4.4.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.17 |