GroupId | GroupIdorg.apache.airavata |
---|---|
ArtifactId | ArtifactIdairavata-workflow-model-parent |
Version | Version0.11 |
Type | Typepom |
Filename | Size |
---|---|
airavata-workflow-model-parent-0.11.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/airavata-workflow-model-parent/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-workflow-model-parent</artifactId>
<version>0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/airavata-workflow-model-parent/
implementation 'org.apache.airavata:airavata-workflow-model-parent:0.11'
// https://jarcasting.com/artifacts/org.apache.airavata/airavata-workflow-model-parent/
implementation ("org.apache.airavata:airavata-workflow-model-parent:0.11")
'org.apache.airavata:airavata-workflow-model-parent:pom:0.11'
<dependency org="org.apache.airavata" name="airavata-workflow-model-parent" rev="0.11">
<artifact name="airavata-workflow-model-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='airavata-workflow-model-parent', version='0.11')
)
libraryDependencies += "org.apache.airavata" % "airavata-workflow-model-parent" % "0.11"
[org.apache.airavata/airavata-workflow-model-parent "0.11"]