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