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

rest-contract 0.6

An API for describing a REST contract via examples. This provides a client and a server that will run according to the rules in this contract. This was designed with testing RESTful clients and RESTful services independently.

Лицензия

Лицензия

Группа

Группа

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

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

rest-contract
Версия

Версия

0.6
Тип

Тип

jar
Описание

Описание

rest-contract
An API for describing a REST contract via examples. This provides a client and a server that will run according to the rules in this contract. This was designed with testing RESTful clients and RESTful services independently.
Система контроля версий

Система контроля версий

https://github.com/christor/rest-contract

Скачать rest-contract 0.6


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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 0.11.8
com.sun.jersey : jersey-client jar 1.17.1
com.sun.jersey : jersey-grizzly2 jar 1.17.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

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

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