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