| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rest-contract-0.6.pom | |
| rest-contract-0.6.jar | 29 KB |
| rest-contract-0.6-sources.jar | 11 KB |
| rest-contract-0.6-javadoc.jar | 151 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |