GroupId | GroupIdorg.apache.airavata |
---|---|
ArtifactId | ArtifactIdsamples-workflow-run |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
samples-workflow-run-0.6.pom | |
samples-workflow-run-0.6.jar | 18 KB |
samples-workflow-run-0.6-sources.jar | 15 KB |
samples-workflow-run-0.6-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/samples-workflow-run/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>samples-workflow-run</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/samples-workflow-run/
implementation 'org.apache.airavata:samples-workflow-run:0.6'
// https://jarcasting.com/artifacts/org.apache.airavata/samples-workflow-run/
implementation ("org.apache.airavata:samples-workflow-run:0.6")
'org.apache.airavata:samples-workflow-run:jar:0.6'
<dependency org="org.apache.airavata" name="samples-workflow-run" rev="0.6">
<artifact name="samples-workflow-run" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='samples-workflow-run', version='0.6')
)
libraryDependencies += "org.apache.airavata" % "samples-workflow-run" % "0.6"
[org.apache.airavata/samples-workflow-run "0.6"]