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