Last Version

rest-contract 0.6

An API for describing a REST contract via examples. This provides a client and a server that will run according to the rules in this contract. This was designed with testing RESTful clients and RESTful services independently.

License

License

GroupId

GroupId

org.christor
ArtifactId

ArtifactId

rest-contract
Version

Version

0.6
Type

Type

jar
Description

Description

rest-contract
An API for describing a REST contract via examples. This provides a client and a server that will run according to the rules in this contract. This was designed with testing RESTful clients and RESTful services independently.
Source Code Management

Source Code Management

https://github.com/christor/rest-contract

Download rest-contract 0.6


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

Dependencies

compile (3)

Group / Artifact Type Version
org.projectlombok : lombok jar 0.11.8
com.sun.jersey : jersey-client jar 1.17.1
com.sun.jersey : jersey-grizzly2 jar 1.17.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.