Last Version

HTTP Client for Rest APIs 1.0.0

Another HTTP client for developers ease (supports GET, POST, PUT, PATCH, DELETE)

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.encryptorcode
ArtifactId

ArtifactId

httpclient
Version

Version

1.0.0
Type

Type

jar
Description

Description

HTTP Client for Rest APIs
Another HTTP client for developers ease (supports GET, POST, PUT, PATCH, DELETE)
Project URL

Project URL

https://github.com/encryptorcode/http-client
Source Code Management

Source Code Management

https://github.com/encryptorcode/http-client/tree/master

Download httpclient 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 3.13.1

Project Modules

There are no modules declared in this project.