HTTP Client for Rest APIs

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
Last Version

Last Version

1.0.0
Release Date

Release Date

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

How to add to project

<!-- 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.

HTTP Client for Rest APIs

  • Another HTTP client for developers ease (supports GET, POST, PUT, PATCH, DELETE)
io.github.encryptorcode

Encryptor Code

Versions

Version
1.0.0