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