License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.dongliu.commons |
ArtifactId | ArtifactIdcommons-request |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons::request
basic http request utils
|
Filename | Size |
---|---|
commons-request-1.0.9.pom | |
commons-request-1.0.9.jar | 17 KB |
commons-request-1.0.9-sources.jar | 7 KB |
commons-request-1.0.9-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dongliu.commons/commons-request/ -->
<dependency>
<groupId>net.dongliu.commons</groupId>
<artifactId>commons-request</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.dongliu.commons/commons-request/
implementation 'net.dongliu.commons:commons-request:1.0.9'
// https://jarcasting.com/artifacts/net.dongliu.commons/commons-request/
implementation ("net.dongliu.commons:commons-request:1.0.9")
'net.dongliu.commons:commons-request:jar:1.0.9'
<dependency org="net.dongliu.commons" name="commons-request" rev="1.0.9">
<artifact name="commons-request" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dongliu.commons', module='commons-request', version='1.0.9')
)
libraryDependencies += "net.dongliu.commons" % "commons-request" % "1.0.9"
[net.dongliu.commons/commons-request "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.3.5 |
commons-io : commons-io | jar | 2.4 |
net.dongliu.commons : commons-lang | jar | 1.0.9 |
org.slf4j : slf4j-api | jar | 1.7.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-log4j12 | jar | 1.7.6 |