rest-specs
A lightweight, example-driven mechanism for
- Defining a contract for a REST-ful network interface
- Verifying that both client and server code adhere to the contract
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаcom.cj.restspecs |
| Идентификатор | Идентификаторrestspecs-maven-plugin |
| Последняя версия | Последняя версия10.0.1 |
| Дата | Дата |
| Тип | Типmaven-plugin |
| Описание |
ОписаниеRESTSPECS :: Maven Plugin
A test-friendly mechanism for expressing RESTful http contracts. Maven support plugin.
|
| Ссылка на сайт |
Ссылка на сайт |
<plugin>
<groupId>com.cj.restspecs</groupId>
<artifactId>restspecs-maven-plugin</artifactId>
<version>10.0.1</version>
</plugin>
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| org.apache.maven : maven-plugin-api | jar | 3.2.1 |
| com.cj.restspecs : rest-specs-core | jar | 10.0.1 |
| commons-codec : commons-codec | jar | 1.9 |
| org.apache.maven : maven-project | jar | 2.0.11 |
| org.codehaus.plexus : plexus-component-annotations | jar | 1.5.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
A lightweight, example-driven mechanism for