RESTSPECS :: Modules Parent

A test-friendly mechanism for expressing RESTful http contracts

License

License

GroupId

GroupId

com.cj.restspecs
ArtifactId

ArtifactId

rest-specs-pom
Last Version

Last Version

10.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

RESTSPECS :: Modules Parent
A test-friendly mechanism for expressing RESTful http contracts
Project URL

Project URL

https://github.com/cjdev/rest-specs.git
Source Code Management

Source Code Management

https://github.com/cjdev/rest-specs.git

Download rest-specs-pom

How to add to project

<!-- https://jarcasting.com/artifacts/com.cj.restspecs/rest-specs-pom/ -->
<dependency>
    <groupId>com.cj.restspecs</groupId>
    <artifactId>rest-specs-pom</artifactId>
    <version>10.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cj.restspecs/rest-specs-pom/
implementation 'com.cj.restspecs:rest-specs-pom:10.0.1'
// https://jarcasting.com/artifacts/com.cj.restspecs/rest-specs-pom/
implementation ("com.cj.restspecs:rest-specs-pom:10.0.1")
'com.cj.restspecs:rest-specs-pom:pom:10.0.1'
<dependency org="com.cj.restspecs" name="rest-specs-pom" rev="10.0.1">
  <artifact name="rest-specs-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cj.restspecs', module='rest-specs-pom', version='10.0.1')
)
libraryDependencies += "com.cj.restspecs" % "rest-specs-pom" % "10.0.1"
[com.cj.restspecs/rest-specs-pom "10.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • mockrunner
  • http-objects
  • maven-plugin
  • server
  • html-renderer
  • depman
  • bom

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

CJ Engineering

CJ Affiliate

Versions

Version
10.0.1
10.0.0
9.0.3