RESTSPECS :: HTTP Objects Integration

A test-friendly mechanism for expressing RESTful http contracts. Integration with HTTP Objects

License

License

GroupId

GroupId

com.cj.restspecs
ArtifactId

ArtifactId

restspecs-http-objects
Last Version

Last Version

10.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

RESTSPECS :: HTTP Objects Integration
A test-friendly mechanism for expressing RESTful http contracts. Integration with HTTP Objects
Project URL

Project URL

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

Download restspecs-http-objects

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.cj.restspecs : rest-specs-mockrunner jar 10.0.1
org.httpobjects : httpobjects jar 0.10.0-SNAPSHOT
org.httpobjects.servlet : httpobjects-servlet jar 0.10.0-SNAPSHOT

provided (2)

Group / Artifact Type Version
com.mockrunner : mockrunner-servlet jar 1.0.0
javax.servlet : javax.servlet-api jar 3.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

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