RESTSPECS :: HTML Documentation Renderer

A test-friendly mechanism for expressing RESTful http contracts. Documentation renderer.

License

License

GroupId

GroupId

com.cj.restspecs
ArtifactId

ArtifactId

rest-specs-html-renderer
Last Version

Last Version

10.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

RESTSPECS :: HTML Documentation Renderer
A test-friendly mechanism for expressing RESTful http contracts. Documentation renderer.
Project URL

Project URL

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

Download rest-specs-html-renderer

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.cj.restspecs : rest-specs-core jar 10.0.1
org.scala-lang : scala-library jar 2.11.4

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