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