GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdregistry-webservice |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
registry-webservice-0.1.0.pom | |
registry-webservice-0.1.0.jar | 1016 KB |
registry-webservice-0.1.0-sources.jar | 1008 KB |
registry-webservice-0.1.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/registry-webservice/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>registry-webservice</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/registry-webservice/
implementation 'com.hortonworks.registries:registry-webservice:0.1.0'
// https://jarcasting.com/artifacts/com.hortonworks.registries/registry-webservice/
implementation ("com.hortonworks.registries:registry-webservice:0.1.0")
'com.hortonworks.registries:registry-webservice:jar:0.1.0'
<dependency org="com.hortonworks.registries" name="registry-webservice" rev="0.1.0">
<artifact name="registry-webservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='registry-webservice', version='0.1.0')
)
libraryDependencies += "com.hortonworks.registries" % "registry-webservice" % "0.1.0"
[com.hortonworks.registries/registry-webservice "0.1.0"]