License |
License |
---|---|
GroupId | GroupIdcom.jsunsoft.http |
ArtifactId | ArtifactIdhttp-request |
Version | Version2.2.1 |
Type | Typejar |
Description |
Descriptionhttp-request
Enhancing apache http client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-request-2.2.1.pom | |
http-request-2.2.1.jar | 76 KB |
http-request-2.2.1-sources.jar | 64 KB |
http-request-2.2.1-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jsunsoft.http/http-request/ -->
<dependency>
<groupId>com.jsunsoft.http</groupId>
<artifactId>http-request</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jsunsoft.http/http-request/
implementation 'com.jsunsoft.http:http-request:2.2.1'
// https://jarcasting.com/artifacts/com.jsunsoft.http/http-request/
implementation ("com.jsunsoft.http:http-request:2.2.1")
'com.jsunsoft.http:http-request:jar:2.2.1'
<dependency org="com.jsunsoft.http" name="http-request" rev="2.2.1">
<artifact name="http-request" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jsunsoft.http', module='http-request', version='2.2.1')
)
libraryDependencies += "com.jsunsoft.http" % "http-request" % "2.2.1"
[com.jsunsoft.http/http-request "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
com.github.tomakehurst : wiremock | jar | 2.10.1 |
org.slf4j : slf4j-simple | jar | 1.7.31 |