MVN

com.cj.restspecs : restspecs-bom

Maven & Gradle

Oct 03, 2015
2 stars

RESTSPECS :: Bill of Materials · A test-friendly mechanism for expressing RESTful http contracts. Bill of materials.

<dependency>
    <groupId>com.cj.restspecs</groupId>
    <artifactId>restspecs-bom</artifactId>
    <version>10.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cj.restspecs : restspecs-bom to add to Maven - Latest Versions:

  • Latest Stable: 10.0.1

All Versions

Choose a version of com.cj.restspecs : restspecs-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
10.0.x
restspecs-bom-10.0.1
restspecs-bom-10.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.cj.restspecs</groupId>
    <artifactId>restspecs-bom</artifactId>
    <version>10.0.1</version>
</dependency>

Advertisement