is not current version
Last Version 1.1

name.wramner.httpclient:HttpClient 1.0

Light-weight HTTP client.

Categories

Categories

CLI User Interface
GroupId

GroupId

name.wramner.httpclient
ArtifactId

ArtifactId

HttpClient
Version

Version

1.0
Type

Type

jar

Download HttpClient 1.0


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