| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.github.cloudiator |
| ArtifactId | ArtifactIdvisor-rest-client |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionvisor-rest-client
A Java client for the RESTful API of visor.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| visor-rest-client-0.1.0.pom | |
| visor-rest-client-0.1.0.jar | 18 KB |
| visor-rest-client-0.1.0-sources.jar | 14 KB |
| visor-rest-client-0.1.0-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.cloudiator/visor-rest-client/ -->
<dependency>
<groupId>io.github.cloudiator</groupId>
<artifactId>visor-rest-client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cloudiator/visor-rest-client/
implementation 'io.github.cloudiator:visor-rest-client:0.1.0'
// https://jarcasting.com/artifacts/io.github.cloudiator/visor-rest-client/
implementation ("io.github.cloudiator:visor-rest-client:0.1.0")
'io.github.cloudiator:visor-rest-client:jar:0.1.0'
<dependency org="io.github.cloudiator" name="visor-rest-client" rev="0.1.0">
<artifact name="visor-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cloudiator', module='visor-rest-client', version='0.1.0')
)
libraryDependencies += "io.github.cloudiator" % "visor-rest-client" % "0.1.0"
[io.github.cloudiator/visor-rest-client "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.jersey.core : jersey-client | jar | 2.17 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.17 |
| com.google.guava : guava | jar | 18.0 |
| com.google.code.findbugs : jsr305 | jar | 1.3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |