MVN

com.cj.restspecs.mojo : rest-specs-mojo

Maven & Gradle

Sep 30, 2015
2 stars

A test-friendly mechanism for expressing RESTful http contracts

<plugin>
    <groupId>com.cj.restspecs.mojo</groupId>
    <artifactId>rest-specs-mojo</artifactId>
    <version>9.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cj.restspecs.mojo : rest-specs-mojo to add to Maven - Latest Versions:

  • Latest Stable: 9.0.3

All Versions

Choose a version of com.cj.restspecs.mojo : rest-specs-mojo to add to Maven - All Versions:

Version Vulnerabilities Updated
9.0.x
rest-specs-mojo-9.0.3

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.cj.restspecs.mojo</groupId>
    <artifactId>rest-specs-mojo</artifactId>
    <version>9.0.3</version>
</plugin>

Advertisement