Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdco.cloudify |
ArtifactId | ArtifactIdrest-client |
Version | Version6.3.0 |
Type | Typejar |
Filename | Size |
---|---|
rest-client-6.3.0.pom | |
rest-client-6.3.0.jar | 82 KB |
rest-client-6.3.0-sources.jar | 49 KB |
rest-client-6.3.0-javadoc.jar | 374 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.cloudify/rest-client/ -->
<dependency>
<groupId>co.cloudify</groupId>
<artifactId>rest-client</artifactId>
<version>6.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.cloudify/rest-client/
implementation 'co.cloudify:rest-client:6.3.0'
// https://jarcasting.com/artifacts/co.cloudify/rest-client/
implementation ("co.cloudify:rest-client:6.3.0")
'co.cloudify:rest-client:jar:6.3.0'
<dependency org="co.cloudify" name="rest-client" rev="6.3.0">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cloudify', module='rest-client', version='6.3.0')
)
libraryDependencies += "co.cloudify" % "rest-client" % "6.3.0"
[co.cloudify/rest-client "6.3.0"]