| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdco.cloudify |
| ArtifactId | ArtifactIdrest-client |
| Last Version | Last Version6.3.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrest-client
Cloudify java rest client
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rest-client-6.3.0.1.pom | |
| rest-client-6.3.0.1.jar | 79 KB |
| rest-client-6.3.0.1-sources.jar | 47 KB |
| rest-client-6.3.0.1-javadoc.jar | 368 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.cloudify/rest-client/ -->
<dependency>
<groupId>co.cloudify</groupId>
<artifactId>rest-client</artifactId>
<version>6.3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.cloudify/rest-client/
implementation 'co.cloudify:rest-client:6.3.0.1'
// https://jarcasting.com/artifacts/co.cloudify/rest-client/
implementation ("co.cloudify:rest-client:6.3.0.1")
'co.cloudify:rest-client:jar:6.3.0.1'
<dependency org="co.cloudify" name="rest-client" rev="6.3.0.1">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cloudify', module='rest-client', version='6.3.0.1')
)
libraryDependencies += "co.cloudify" % "rest-client" % "6.3.0.1"
[co.cloudify/rest-client "6.3.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.ws.rs : jakarta.ws.rs-api | jar | 2.1.6 |
| javax.json : javax.json-api | jar | 1.1.4 |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| commons-io : commons-io | jar | 2.6 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.commons : commons-compress | jar | 1.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| org.glassfish.jersey.core : jersey-client | jar | 2.30 |
| org.glassfish.jersey.inject : jersey-hk2 | jar | 2.30 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.30 |
| org.slf4j : slf4j-simple | jar | 1.7.30 |
| org.mockito : mockito-core | jar | 3.3.3 |