License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.pastdev.httpcomponents |
ArtifactId | ArtifactIdhttpclient |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTTP Client
An extension to apache's httpclient.
|
Project Organization |
Project Organizationpastdev.com |
Filename | Size |
---|---|
httpclient-0.1.3.pom | |
httpclient-0.1.3.jar | 7 KB |
httpclient-0.1.3-sources.jar | 3 KB |
httpclient-0.1.3-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pastdev.httpcomponents/httpclient/ -->
<dependency>
<groupId>com.pastdev.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/httpclient/
implementation 'com.pastdev.httpcomponents:httpclient:0.1.3'
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/httpclient/
implementation ("com.pastdev.httpcomponents:httpclient:0.1.3")
'com.pastdev.httpcomponents:httpclient:jar:0.1.3'
<dependency org="com.pastdev.httpcomponents" name="httpclient" rev="0.1.3">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pastdev.httpcomponents', module='httpclient', version='0.1.3')
)
libraryDependencies += "com.pastdev.httpcomponents" % "httpclient" % "0.1.3"
[com.pastdev.httpcomponents/httpclient "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.pastdev.httpcomponents : configuration | jar | 0.1.3 |
org.apache.httpcomponents : httpclient | jar | 4.3.5 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |