GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdschema-registry-common |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
schema-registry-common-0.5.0.pom | |
schema-registry-common-0.5.0.jar | 151 KB |
schema-registry-common-0.5.0-sources.jar | 111 KB |
schema-registry-common-0.5.0-javadoc.jar | 615 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-common/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>schema-registry-common</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-common/
implementation 'com.hortonworks.registries:schema-registry-common:0.5.0'
// https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-common/
implementation ("com.hortonworks.registries:schema-registry-common:0.5.0")
'com.hortonworks.registries:schema-registry-common:jar:0.5.0'
<dependency org="com.hortonworks.registries" name="schema-registry-common" rev="0.5.0">
<artifact name="schema-registry-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='schema-registry-common', version='0.5.0')
)
libraryDependencies += "com.hortonworks.registries" % "schema-registry-common" % "0.5.0"
[com.hortonworks.registries/schema-registry-common "0.5.0"]