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