s

schema-registry-core

Registry is a framework to build metadata repositories. As part of Registry, we currently have SchemaRegistry repositories.
https://github.com/hortonworks/registry
The Apache License, Version 2.0
Csaba Galyo Csenge Virag Maruzsi Andras Csaki
Files download
File Operation
schema-registry-core-1.0.0.jar download
schema-registry-core-1.0.0.pom download
schema-registry-core-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hortonworks.registries</groupId>
  <artifactId>schema-registry-core</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.hortonworks.registries:schema-registry-core:1.0.0'
Gradle Kotlin
implementation("com.hortonworks.registries:schema-registry-core:1.0.0")
Scala SBT
libraryDependencies += "com.hortonworks.registries" % "schema-registry-core" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hortonworks.registries', module='schema-registry-core', version='1.0.0')
)
Apache Ivy
<dependency org="com.hortonworks.registries" name="schema-registry-core" rev="1.0.0" />
Leiningen
[com.hortonworks.registries/schema-registry-core "1.0.0"]
Apache Buildr
'com.hortonworks.registries:schema-registry-core:jar:1.0.0'