Last Version

HTTP Client 1.0.1

Yet another take on an HTTP client library.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.pkulak.httpclient
ArtifactId

ArtifactId

httpclient
Version

Version

1.0.1
Type

Type

pom
Description

Description

HTTP Client
Yet another take on an HTTP client library.
Project URL

Project URL

https://github.com/pkulak/http-client
Project Organization

Project Organization

com.pkulak
Source Code Management

Source Code Management

https://github.com/pkulak/http-client

Download httpclient 1.0.1


<!-- 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"]

Dependencies

runtime (5)

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

Project Modules

There are no modules declared in this project.