is not current version
Last Version 10.0.1

com.cj.restspecs:rest-specs-pom 10.0.0

A test-friendly mechanism for expressing RESTful http contracts

GroupId

GroupId

com.cj.restspecs
ArtifactId

ArtifactId

rest-specs-pom
Version

Version

10.0.0
Type

Type

pom

Download rest-specs-pom 10.0.0


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