GroupId | GroupIdorg.apache.airavata |
---|---|
ArtifactId | ArtifactIdorchestrator |
Version | Version0.13 |
Type | Typepom |
Filename | Size |
---|---|
orchestrator-0.13.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/orchestrator/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>orchestrator</artifactId>
<version>0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/orchestrator/
implementation 'org.apache.airavata:orchestrator:0.13'
// https://jarcasting.com/artifacts/org.apache.airavata/orchestrator/
implementation ("org.apache.airavata:orchestrator:0.13")
'org.apache.airavata:orchestrator:pom:0.13'
<dependency org="org.apache.airavata" name="orchestrator" rev="0.13">
<artifact name="orchestrator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='orchestrator', version='0.13')
)
libraryDependencies += "org.apache.airavata" % "orchestrator" % "0.13"
[org.apache.airavata/orchestrator "0.13"]