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
| License |
License |
|---|---|
| GroupId | GroupIdcom.cj.restspecs |
| ArtifactId | ArtifactIdrestspecs-depman |
| Last Version | Last Version10.0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionRESTSPECS :: Dependency Management
A test-friendly mechanism for expressing RESTful http contracts. Dependency and plugin management.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| restspecs-depman-10.0.1.pom | 6 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
A lightweight, example-driven mechanism for