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