GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdmodel-registry |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
model-registry-0.8.0.pom | |
model-registry-0.8.0.jar | 14 KB |
model-registry-0.8.0-sources.jar | 9 KB |
model-registry-0.8.0-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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/model-registry/
implementation 'com.hortonworks.registries:model-registry:0.8.0'
// https://jarcasting.com/artifacts/com.hortonworks.registries/model-registry/
implementation ("com.hortonworks.registries:model-registry:0.8.0")
'com.hortonworks.registries:model-registry:jar:0.8.0'
<dependency org="com.hortonworks.registries" name="model-registry" rev="0.8.0">
<artifact name="model-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='model-registry', version='0.8.0')
)
libraryDependencies += "com.hortonworks.registries" % "model-registry" % "0.8.0"
[com.hortonworks.registries/model-registry "0.8.0"]