GroupId | GroupIdcom.cj.restspecs |
---|---|
ArtifactId | ArtifactIdrestspecs-http-objects |
Version | Version9.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cj.restspecs/restspecs-http-objects/ -->
<dependency>
<groupId>com.cj.restspecs</groupId>
<artifactId>restspecs-http-objects</artifactId>
<version>9.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cj.restspecs/restspecs-http-objects/
implementation 'com.cj.restspecs:restspecs-http-objects:9.0.3'
// https://jarcasting.com/artifacts/com.cj.restspecs/restspecs-http-objects/
implementation ("com.cj.restspecs:restspecs-http-objects:9.0.3")
'com.cj.restspecs:restspecs-http-objects:jar:9.0.3'
<dependency org="com.cj.restspecs" name="restspecs-http-objects" rev="9.0.3">
<artifact name="restspecs-http-objects" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cj.restspecs', module='restspecs-http-objects', version='9.0.3')
)
libraryDependencies += "com.cj.restspecs" % "restspecs-http-objects" % "9.0.3"
[com.cj.restspecs/restspecs-http-objects "9.0.3"]