RESTSPECS :: Spec Server

A test-friendly mechanism for expressing RESTful http contracts. Specification server.

License

License

GroupId

GroupId

com.cj.restspecs
ArtifactId

ArtifactId

rest-specs-server
Last Version

Last Version

10.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

RESTSPECS :: Spec Server
A test-friendly mechanism for expressing RESTful http contracts. Specification server.
Project URL

Project URL

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

Download rest-specs-server

How to add to project

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

Dependencies

compile (13)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.1
org.httpobjects.jetty : httpobjects-jetty jar 0.3.0
org.httpobjects.jackson : httpobjects-jackson jar 0.3.0
org.httpobjects.proxy : httpobjects-proxy jar 0.3.0
org.mortbay.jetty : jetty jar 6.1.26
com.fasterxml.jackson.core : jackson-annotations jar 2.3.0
com.fasterxml.jackson.core : jackson-core jar 2.3.0
com.fasterxml.jackson.core : jackson-databind jar 2.3.0
com.fasterxml.jackson.module : jackson-module-scala_2.10 jar 2.3.0
commons-io : commons-io jar 2.4
org.apache.httpcomponents : httpclient jar 4.3.4
joda-time : joda-time jar 2.3
com.cj.restspecs : rest-specs-core jar 10.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