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