HTTP Client

A configurable http client.

License

License

Categories

Categories

CLI User Interface ORM Data
GroupId

GroupId

io.appform.http
ArtifactId

ArtifactId

http-client
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

HTTP Client
A configurable http client.
Project URL

Project URL

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

Source Code Management

https://github.com/appform-io/http-client.git

Download http-client

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.validation : validation-api jar 2.0.1.Final

provided (4)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22
io.dropwizard.metrics : metrics-core jar 4.2.7
com.squareup.okhttp3 : okhttp jar 4.9.3
com.fasterxml.jackson.core : jackson-databind jar 2.13.1

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-engine jar
com.github.tomakehurst : wiremock-jre8 jar 2.32.0
ch.qos.logback : logback-classic jar 1.2.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0