| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.orchestrate |
| ArtifactId | ArtifactIdorchestrate-client |
| Last Version | Last Version0.13.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOrchestrate Java Client
A high performance, asynchronous Java client to query the Orchestrate.io service.
|
| Filename | Size |
|---|---|
| orchestrate-client-0.13.0.pom | |
| orchestrate-client-0.13.0.jar | 66 KB |
| orchestrate-client-0.13.0-sources.jar | 43 KB |
| orchestrate-client-0.13.0-javadoc.jar | 114 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.orchestrate/orchestrate-client/ -->
<dependency>
<groupId>io.orchestrate</groupId>
<artifactId>orchestrate-client</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.orchestrate/orchestrate-client/
implementation 'io.orchestrate:orchestrate-client:0.13.0'
// https://jarcasting.com/artifacts/io.orchestrate/orchestrate-client/
implementation ("io.orchestrate:orchestrate-client:0.13.0")
'io.orchestrate:orchestrate-client:jar:0.13.0'
<dependency org="io.orchestrate" name="orchestrate-client" rev="0.13.0">
<artifact name="orchestrate-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.orchestrate', module='orchestrate-client', version='0.13.0')
)
libraryDependencies += "io.orchestrate" % "orchestrate-client" % "0.13.0"
[io.orchestrate/orchestrate-client "0.13.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.grizzly : grizzly-http | jar | 2.3.11 |
| org.slf4j : slf4j-api | jar | 1.7.6 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.pholser : junit-quickcheck-core | jar | 0.3 |
| org.junit.contrib : junit-theories | jar | 4.11 |
| org.slf4j : slf4j-simple | jar | 1.7.6 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.3.1 |
| com.pholser : junit-quickcheck-generators | jar | 0.3 |