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