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