is not current version
Last Version 6.3.0.1

co.cloudify:rest-client 6.3.0

Cloudify java rest client

Categories

Categories

CLI User Interface
GroupId

GroupId

co.cloudify
ArtifactId

ArtifactId

rest-client
Version

Version

6.3.0
Type

Type

jar

Download rest-client 6.3.0


<!-- 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"]