GroupId | GroupIdorg.apache.airavata |
---|---|
ArtifactId | ArtifactIdregistry-tool |
Version | Version0.10 |
Type | Typejar |
Filename | Size |
---|---|
registry-tool-0.10.pom | |
registry-tool-0.10.jar | 22 KB |
registry-tool-0.10-sources.jar | 17 KB |
registry-tool-0.10-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/registry-tool/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>registry-tool</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/registry-tool/
implementation 'org.apache.airavata:registry-tool:0.10'
// https://jarcasting.com/artifacts/org.apache.airavata/registry-tool/
implementation ("org.apache.airavata:registry-tool:0.10")
'org.apache.airavata:registry-tool:jar:0.10'
<dependency org="org.apache.airavata" name="registry-tool" rev="0.10">
<artifact name="registry-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='registry-tool', version='0.10')
)
libraryDependencies += "org.apache.airavata" % "registry-tool" % "0.10"
[org.apache.airavata/registry-tool "0.10"]