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