GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdregistry-webservice |
Version | Version0.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/registry-webservice/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>registry-webservice</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/registry-webservice/
implementation 'com.hortonworks.registries:registry-webservice:0.6.0'
// https://jarcasting.com/artifacts/com.hortonworks.registries/registry-webservice/
implementation ("com.hortonworks.registries:registry-webservice:0.6.0")
'com.hortonworks.registries:registry-webservice:jar:0.6.0'
<dependency org="com.hortonworks.registries" name="registry-webservice" rev="0.6.0">
<artifact name="registry-webservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='registry-webservice', version='0.6.0')
)
libraryDependencies += "com.hortonworks.registries" % "registry-webservice" % "0.6.0"
[com.hortonworks.registries/registry-webservice "0.6.0"]