is not current version
Last Version 0.13.0

io.orchestrate:orchestrate-client 0.1.0

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.1.0
Type

Type

jar

Download orchestrate-client 0.1.0


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