is not current version
Last Version 1.0.3

org.nofdev:http-client-util 1.0.2

The http connect util based on apache httpclient

Categories

Categories

CLI User Interface
GroupId

GroupId

org.nofdev
ArtifactId

ArtifactId

http-client-util
Version

Version

1.0.2
Type

Type

pom

Download http-client-util 1.0.2


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