is not current version
Last Version 1.0.1

com.pkulak.httpclient:httpclient 1.0

Yet another take on an HTTP client library.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.pkulak.httpclient
ArtifactId

ArtifactId

httpclient
Version

Version

1.0
Type

Type

pom

Download httpclient 1.0


<!-- https://jarcasting.com/artifacts/com.pkulak.httpclient/httpclient/ -->
<dependency>
    <groupId>com.pkulak.httpclient</groupId>
    <artifactId>httpclient</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pkulak.httpclient/httpclient/
implementation 'com.pkulak.httpclient:httpclient:1.0'
// https://jarcasting.com/artifacts/com.pkulak.httpclient/httpclient/
implementation ("com.pkulak.httpclient:httpclient:1.0")
'com.pkulak.httpclient:httpclient:pom:1.0'
<dependency org="com.pkulak.httpclient" name="httpclient" rev="1.0">
  <artifact name="httpclient" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pkulak.httpclient', module='httpclient', version='1.0')
)
libraryDependencies += "com.pkulak.httpclient" % "httpclient" % "1.0"
[com.pkulak.httpclient/httpclient "1.0"]