Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.airavata |
ArtifactId | ArtifactIdairavata-orchestrator-client-sdks |
Version | Version0.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/airavata-orchestrator-client-sdks/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-orchestrator-client-sdks</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/airavata-orchestrator-client-sdks/
implementation 'org.apache.airavata:airavata-orchestrator-client-sdks:0.12'
// https://jarcasting.com/artifacts/org.apache.airavata/airavata-orchestrator-client-sdks/
implementation ("org.apache.airavata:airavata-orchestrator-client-sdks:0.12")
'org.apache.airavata:airavata-orchestrator-client-sdks:jar:0.12'
<dependency org="org.apache.airavata" name="airavata-orchestrator-client-sdks" rev="0.12">
<artifact name="airavata-orchestrator-client-sdks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='airavata-orchestrator-client-sdks', version='0.12')
)
libraryDependencies += "org.apache.airavata" % "airavata-orchestrator-client-sdks" % "0.12"
[org.apache.airavata/airavata-orchestrator-client-sdks "0.12"]