is not current version
Last Version 0.1.3

com.pastdev.httpcomponents:httpclient 0.0.5

An extension to apache's httpclient.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.pastdev.httpcomponents
ArtifactId

ArtifactId

httpclient
Version

Version

0.0.5
Type

Type

jar

Download httpclient 0.0.5


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