License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.pkulak.httpclient |
ArtifactId | ArtifactIdhttpclient |
Version | Version1.0.1 |
Type | Typepom |
Description |
DescriptionHTTP Client
Yet another take on an HTTP client library.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
httpclient-1.0.1.pom | |
httpclient-1.0.1.jar | 2 KB |
httpclient-1.0.1-sources.jar | 18 KB |
httpclient-1.0.1-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pkulak.httpclient/httpclient/ -->
<dependency>
<groupId>com.pkulak.httpclient</groupId>
<artifactId>httpclient</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pkulak.httpclient/httpclient/
implementation 'com.pkulak.httpclient:httpclient:1.0.1'
// https://jarcasting.com/artifacts/com.pkulak.httpclient/httpclient/
implementation ("com.pkulak.httpclient:httpclient:1.0.1")
'com.pkulak.httpclient:httpclient:pom:1.0.1'
<dependency org="com.pkulak.httpclient" name="httpclient" rev="1.0.1">
<artifact name="httpclient" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pkulak.httpclient', module='httpclient', version='1.0.1')
)
libraryDependencies += "com.pkulak.httpclient" % "httpclient" % "1.0.1"
[com.pkulak.httpclient/httpclient "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.7 |
com.google.guava : guava | jar | 27.0-jre |
org.apache.commons : commons-pool2 | jar | 2.6.0 |
org.asynchttpclient : async-http-client | jar | 2.6.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |