License |
License |
---|---|
GroupId | GroupIdorg.apache.airavata |
ArtifactId | ArtifactIdsamples |
Last Version | Last Version0.11 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionsamples
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 |
---|---|
samples-0.11.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/samples/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>samples</artifactId>
<version>0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/samples/
implementation 'org.apache.airavata:samples:0.11'
// https://jarcasting.com/artifacts/org.apache.airavata/samples/
implementation ("org.apache.airavata:samples:0.11")
'org.apache.airavata:samples:pom:0.11'
<dependency org="org.apache.airavata" name="samples" rev="0.11">
<artifact name="samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='samples', version='0.11')
)
libraryDependencies += "org.apache.airavata" % "samples" % "0.11"
[org.apache.airavata/samples "0.11"]