License |
License |
---|---|
GroupId | GroupIdorg.apache.airavata |
ArtifactId | ArtifactIdairavata-cloud |
Version | Version0.17 |
Type | Typepom |
Description |
DescriptionAiravata Cloud
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
airavata-cloud-0.17.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/airavata-cloud/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-cloud</artifactId>
<version>0.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/airavata-cloud/
implementation 'org.apache.airavata:airavata-cloud:0.17'
// https://jarcasting.com/artifacts/org.apache.airavata/airavata-cloud/
implementation ("org.apache.airavata:airavata-cloud:0.17")
'org.apache.airavata:airavata-cloud:pom:0.17'
<dependency org="org.apache.airavata" name="airavata-cloud" rev="0.17">
<artifact name="airavata-cloud" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='airavata-cloud', version='0.17')
)
libraryDependencies += "org.apache.airavata" % "airavata-cloud" % "0.17"
[org.apache.airavata/airavata-cloud "0.17"]