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