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