GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdregistry-examples |
Version | Version0.5.1 |
Type | Typepom |
Filename | Size |
---|---|
registry-examples-0.5.1.pom | 620 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/registry-examples/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>registry-examples</artifactId>
<version>0.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/registry-examples/
implementation 'com.hortonworks.registries:registry-examples:0.5.1'
// https://jarcasting.com/artifacts/com.hortonworks.registries/registry-examples/
implementation ("com.hortonworks.registries:registry-examples:0.5.1")
'com.hortonworks.registries:registry-examples:pom:0.5.1'
<dependency org="com.hortonworks.registries" name="registry-examples" rev="0.5.1">
<artifact name="registry-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='registry-examples', version='0.5.1')
)
libraryDependencies += "com.hortonworks.registries" % "registry-examples" % "0.5.1"
[com.hortonworks.registries/registry-examples "0.5.1"]