GroupId | GroupIdorg.apache.airavata |
---|---|
ArtifactId | ArtifactIdairavata-gfac-local |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
airavata-gfac-local-0.12.pom | |
airavata-gfac-local-0.12.jar | 25 KB |
airavata-gfac-local-0.12-sources.jar | 20 KB |
airavata-gfac-local-0.12-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/airavata-gfac-local/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-gfac-local</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/airavata-gfac-local/
implementation 'org.apache.airavata:airavata-gfac-local:0.12'
// https://jarcasting.com/artifacts/org.apache.airavata/airavata-gfac-local/
implementation ("org.apache.airavata:airavata-gfac-local:0.12")
'org.apache.airavata:airavata-gfac-local:jar:0.12'
<dependency org="org.apache.airavata" name="airavata-gfac-local" rev="0.12">
<artifact name="airavata-gfac-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='airavata-gfac-local', version='0.12')
)
libraryDependencies += "org.apache.airavata" % "airavata-gfac-local" % "0.12"
[org.apache.airavata/airavata-gfac-local "0.12"]