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