License |
License |
---|---|
GroupId | GroupIdorg.gaul |
ArtifactId | ArtifactIdhttpbin |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava httpbin
A local HTTP server which allows testing clients with endpoints compatible with httpbin.org.
|
Project URL |
Project URL |
Filename | Size |
---|---|
httpbin-1.3.0.pom | |
httpbin-1.3.0.jar | 66 KB |
httpbin-1.3.0-sources.jar | 56 KB |
httpbin-1.3.0-javadoc.jar | 31 KB |
httpbin-1.3.0-jar-with-dependencies.jar | 2 MB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 2.0.0 |