License |
License |
---|---|
GroupId | GroupIdde.svenkubiak |
ArtifactId | ArtifactIdhttp4j |
Last Version | Last Version1.0.0-Alpha3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttp4j
Minimalistic and fluent library for making Http calls in Java.
|
Filename | Size |
---|---|
http4j-1.0.0-Alpha3.pom | |
http4j-1.0.0-Alpha3.jar | 9 KB |
http4j-1.0.0-Alpha3-sources.jar | 6 KB |
http4j-1.0.0-Alpha3-javadoc.jar | 415 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.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 |