is not current version
Last Version 0.13.0

io.orchestrate:orchestrate-client 0.12.1

A high performance, asynchronous Java client to query the Orchestrate.io service.

Categories

Categories

CLI User Interface
GroupId

GroupId

io.orchestrate
ArtifactId

ArtifactId

orchestrate-client
Version

Version

0.12.1
Type

Type

jar

Download orchestrate-client 0.12.1


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