Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.orchestrate |
ArtifactId | ArtifactIdorchestrate-client |
Version | Version0.12.1 |
Type | Typejar |
Filename | Size |
---|---|
orchestrate-client-0.12.1.pom | |
orchestrate-client-0.12.1.jar | 123 KB |
orchestrate-client-0.12.1-sources.jar | 78 KB |
orchestrate-client-0.12.1-javadoc.jar | 211 KB |
Browse |
<!-- 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"]