is not current version
Last Version 10.0.1

com.cj.restspecs:restspecs-http-objects 10.0.0

A test-friendly mechanism for expressing RESTful http contracts. Integration with HTTP Objects

GroupId

GroupId

com.cj.restspecs
ArtifactId

ArtifactId

restspecs-http-objects
Version

Version

10.0.0
Type

Type

jar

Download restspecs-http-objects 10.0.0


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