is not current version
Last Version 6.3.0.1

co.cloudify:rest-client 5.0.5.1

Cloudify java rest client

Categories

Categories

CLI User Interface
GroupId

GroupId

co.cloudify
ArtifactId

ArtifactId

rest-client
Version

Version

5.0.5.1
Type

Type

jar

Download rest-client 5.0.5.1


<!-- https://jarcasting.com/artifacts/co.cloudify/rest-client/ -->
<dependency>
    <groupId>co.cloudify</groupId>
    <artifactId>rest-client</artifactId>
    <version>5.0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.cloudify/rest-client/
implementation 'co.cloudify:rest-client:5.0.5.1'
// https://jarcasting.com/artifacts/co.cloudify/rest-client/
implementation ("co.cloudify:rest-client:5.0.5.1")
'co.cloudify:rest-client:jar:5.0.5.1'
<dependency org="co.cloudify" name="rest-client" rev="5.0.5.1">
  <artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cloudify', module='rest-client', version='5.0.5.1')
)
libraryDependencies += "co.cloudify" % "rest-client" % "5.0.5.1"
[co.cloudify/rest-client "5.0.5.1"]