GroupId | GroupIdorg.apache.airavata |
---|---|
ArtifactId | ArtifactIdairavata-rest-service-webapp |
Version | Version0.10 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/airavata-rest-service-webapp/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-rest-service-webapp</artifactId>
<version>0.10</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/airavata-rest-service-webapp/
implementation 'org.apache.airavata:airavata-rest-service-webapp:0.10'
// https://jarcasting.com/artifacts/org.apache.airavata/airavata-rest-service-webapp/
implementation ("org.apache.airavata:airavata-rest-service-webapp:0.10")
'org.apache.airavata:airavata-rest-service-webapp:war:0.10'
<dependency org="org.apache.airavata" name="airavata-rest-service-webapp" rev="0.10">
<artifact name="airavata-rest-service-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='airavata-rest-service-webapp', version='0.10')
)
libraryDependencies += "org.apache.airavata" % "airavata-rest-service-webapp" % "0.10"
[org.apache.airavata/airavata-rest-service-webapp "0.10"]