Java httpbin

A local HTTP server which allows testing clients with endpoints compatible with httpbin.org.

License

License

GroupId

GroupId

org.gaul
ArtifactId

ArtifactId

httpbin
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java httpbin
A local HTTP server which allows testing clients with endpoints compatible with httpbin.org.
Project URL

Project URL

https://github.com/gaul/java-httpbin

Download httpbin

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.3
commons-codec : commons-codec jar 1.11
org.eclipse.jetty : jetty-client jar 9.2.28.v20190418
org.eclipse.jetty : jetty-servlet jar 9.2.28.v20190418
org.json : json jar 20190722
org.slf4j : slf4j-api jar 1.7.10

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 2.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.0
1.1.0
1.0.0