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