RESTSPECS :: Dependency Management

A test-friendly mechanism for expressing RESTful http contracts. Dependency and plugin management.

License

License

GroupId

GroupId

com.cj.restspecs
ArtifactId

ArtifactId

restspecs-depman
Last Version

Last Version

10.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

RESTSPECS :: Dependency Management
A test-friendly mechanism for expressing RESTful http contracts. Dependency and plugin management.
Project URL

Project URL

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

Download restspecs-depman

How to add to project

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

Dependencies

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