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