RESTSPECS :: Bill of Materials

A test-friendly mechanism for expressing RESTful http contracts. Bill of materials.

License

License

GroupId

GroupId

com.cj.restspecs
ArtifactId

ArtifactId

restspecs-bom
Last Version

Last Version

10.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

RESTSPECS :: Bill of Materials
A test-friendly mechanism for expressing RESTful http contracts. Bill of materials.
Project URL

Project URL

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

Download restspecs-bom

Filename Size
restspecs-bom-10.0.1.pom 1 KB
Browse

How to add to project

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

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