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