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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.cj.restspecs |
| Идентификатор | Идентификаторrestspecs-depman |
| Последняя версия | Последняя версия10.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеRESTSPECS :: Dependency Management
A test-friendly mechanism for expressing RESTful http contracts. Dependency and plugin management.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| restspecs-depman-10.0.1.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cj.restspecs/restspecs-depman/ -->
<dependency>
<groupId>com.cj.restspecs</groupId>
<artifactId>restspecs-depman</artifactId>
<version>10.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cj.restspecs/restspecs-depman/
implementation 'com.cj.restspecs:restspecs-depman:10.0.1'
// https://jarcasting.com/artifacts/com.cj.restspecs/restspecs-depman/
implementation ("com.cj.restspecs:restspecs-depman:10.0.1")
'com.cj.restspecs:restspecs-depman:pom:10.0.1'
<dependency org="com.cj.restspecs" name="restspecs-depman" rev="10.0.1">
<artifact name="restspecs-depman" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cj.restspecs', module='restspecs-depman', version='10.0.1')
)
libraryDependencies += "com.cj.restspecs" % "restspecs-depman" % "10.0.1"
[com.cj.restspecs/restspecs-depman "10.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
A lightweight, example-driven mechanism for