is not current version
Last Version 1.0.16

org.hothub:requestclient 1.0.10

HTTP UTIL FOR JAVA

Categories

Categories

CLI User Interface
GroupId

GroupId

org.hothub
ArtifactId

ArtifactId

requestclient
Version

Version

1.0.10
Type

Type

jar

Download requestclient 1.0.10


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