GroupId | GroupIdorg.apache.airavata |
---|---|
ArtifactId | ArtifactIdsamples-workflow-run |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
samples-workflow-run-0.9.pom | |
samples-workflow-run-0.9.jar | 19 KB |
samples-workflow-run-0.9-sources.jar | 15 KB |
samples-workflow-run-0.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/samples-workflow-run/
implementation 'org.apache.airavata:samples-workflow-run:0.9'
// https://jarcasting.com/artifacts/org.apache.airavata/samples-workflow-run/
implementation ("org.apache.airavata:samples-workflow-run:0.9")
'org.apache.airavata:samples-workflow-run:jar:0.9'
<dependency org="org.apache.airavata" name="samples-workflow-run" rev="0.9">
<artifact name="samples-workflow-run" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='samples-workflow-run', version='0.9')
)
libraryDependencies += "org.apache.airavata" % "samples-workflow-run" % "0.9"
[org.apache.airavata/samples-workflow-run "0.9"]