Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.orchestrate |
ArtifactId | ArtifactIdorchestrate-client |
Version | Version0.11.1 |
Type | Typejar |
Filename | Size |
---|---|
orchestrate-client-0.11.1.pom | |
orchestrate-client-0.11.1.jar | 118 KB |
orchestrate-client-0.11.1-sources.jar | 74 KB |
orchestrate-client-0.11.1-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.orchestrate/orchestrate-client/ -->
<dependency>
<groupId>io.orchestrate</groupId>
<artifactId>orchestrate-client</artifactId>
<version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.orchestrate/orchestrate-client/
implementation 'io.orchestrate:orchestrate-client:0.11.1'
// https://jarcasting.com/artifacts/io.orchestrate/orchestrate-client/
implementation ("io.orchestrate:orchestrate-client:0.11.1")
'io.orchestrate:orchestrate-client:jar:0.11.1'
<dependency org="io.orchestrate" name="orchestrate-client" rev="0.11.1">
<artifact name="orchestrate-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.orchestrate', module='orchestrate-client', version='0.11.1')
)
libraryDependencies += "io.orchestrate" % "orchestrate-client" % "0.11.1"
[io.orchestrate/orchestrate-client "0.11.1"]