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 |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.cj.restspecs |
| ArtifactId | ArtifactIdrestspecs-maven-plugin |
| Last Version | Last Version10.0.1 |
| Release Date | Release Date |
| Type | Typemaven-plugin |
| Description |
DescriptionRESTSPECS :: Maven Plugin
A test-friendly mechanism for expressing RESTful http contracts. Maven support plugin.
|
| Project URL |
Project URL |
<plugin>
<groupId>com.cj.restspecs</groupId>
<artifactId>restspecs-maven-plugin</artifactId>
<version>10.0.1</version>
</plugin>
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
A lightweight, example-driven mechanism for