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