License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.airavata |
ArtifactId | ArtifactIdairavata-client-sample |
Last Version | Last Version0.11 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSamples - Airavata Client Samples
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-client-sample-0.11.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/airavata-client-sample/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-client-sample</artifactId>
<version>0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/airavata-client-sample/
implementation 'org.apache.airavata:airavata-client-sample:0.11'
// https://jarcasting.com/artifacts/org.apache.airavata/airavata-client-sample/
implementation ("org.apache.airavata:airavata-client-sample:0.11")
'org.apache.airavata:airavata-client-sample:pom:0.11'
<dependency org="org.apache.airavata" name="airavata-client-sample" rev="0.11">
<artifact name="airavata-client-sample" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='airavata-client-sample', version='0.11')
)
libraryDependencies += "org.apache.airavata" % "airavata-client-sample" % "0.11"
[org.apache.airavata/airavata-client-sample "0.11"]