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