http-client

A simple to use and extendable http client wrapper around java's built in HttpURLConnection.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.javawebstack
ArtifactId

ArtifactId

http-client
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

http-client
A simple to use and extendable http client wrapper around java's built in HttpURLConnection.
Project URL

Project URL

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

Source Code Management

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

Download http-client

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.9
org.javawebstack : abstract-data jar 1.0.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0