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