Http4j

Minimalistic and fluent library for making Http calls in Java.

License

License

GroupId

GroupId

de.svenkubiak
ArtifactId

ArtifactId

http4j
Last Version

Last Version

1.0.0-Alpha3
Release Date

Release Date

Type

Type

jar
Description

Description

Http4j
Minimalistic and fluent library for making Http calls in Java.

Download http4j

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.11.2

test (2)

Group / Artifact Type Version
io.undertow : undertow-core jar 2.1.3.Final
org.junit.jupiter : junit-jupiter-engine jar 5.7.0-RC1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-Alpha3
1.0.0-Alpha2