GroupId | GroupIdorg.apache.airavata |
---|---|
ArtifactId | ArtifactIdrest |
Version | Version0.8 |
Type | Typepom |
Filename | Size |
---|---|
rest-0.8.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/rest/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>rest</artifactId>
<version>0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/rest/
implementation 'org.apache.airavata:rest:0.8'
// https://jarcasting.com/artifacts/org.apache.airavata/rest/
implementation ("org.apache.airavata:rest:0.8")
'org.apache.airavata:rest:pom:0.8'
<dependency org="org.apache.airavata" name="rest" rev="0.8">
<artifact name="rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='rest', version='0.8')
)
libraryDependencies += "org.apache.airavata" % "rest" % "0.8"
[org.apache.airavata/rest "0.8"]