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