GroupId | GroupIdcom.cj.restspecs |
---|---|
ArtifactId | ArtifactIdrestspecs-http-objects |
Version | Version10.0.0 |
Type | Typejar |
<!-- 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"]