is not current version
Last Version 1.3.0

org.gaul:httpbin 1.2.0

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

GroupId

GroupId

org.gaul
ArtifactId

ArtifactId

httpbin
Version

Version

1.2.0
Type

Type

jar

Download httpbin 1.2.0


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