Java httpbin

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

Лицензия

Лицензия

Группа

Группа

org.gaul
Идентификатор

Идентификатор

httpbin
Последняя версия

Последняя версия

1.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java httpbin
A local HTTP server which allows testing clients with endpoints compatible with httpbin.org.
Ссылка на сайт

Ссылка на сайт

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

Скачать httpbin

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.assertj : assertj-core jar 2.0.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.3.0
1.2.0
1.1.0
1.0.0