s

schema-registry-webservice

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-webservice-1.0.0.jar download
schema-registry-webservice-1.0.0.pom download
schema-registry-webservice-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hortonworks.registries</groupId>
  <artifactId>schema-registry-webservice</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.hortonworks.registries:schema-registry-webservice:1.0.0'
Gradle Kotlin
implementation("com.hortonworks.registries:schema-registry-webservice:1.0.0")
Scala SBT
libraryDependencies += "com.hortonworks.registries" % "schema-registry-webservice" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hortonworks.registries', module='schema-registry-webservice', version='1.0.0')
)
Apache Ivy
<dependency org="com.hortonworks.registries" name="schema-registry-webservice" rev="1.0.0" />
Leiningen
[com.hortonworks.registries/schema-registry-webservice "1.0.0"]
Apache Buildr
'com.hortonworks.registries:schema-registry-webservice:jar:1.0.0'
Dependencies

compile

|-- io.dropwizard:dropwizard-bom:2.1.2

|-- io.dropwizard:dropwizard-dependencies:2.1.2

|-- com.hortonworks.registries:registry-common:1.0.0

|-- com.hortonworks.registries:registry-common-client:1.0.0

|-- com.hortonworks.registries:registry-webservice:1.0.0

|-- com.hortonworks.registries:schema-registry-authorizer:1.0.0

|-- com.hortonworks.registries:schema-registry-core:1.0.0

|-- com.hortonworks.registries:oauth2-authenticator:1.0.0

|-- com.hortonworks.registries:ssl-authenticator:1.0.0

|-- com.hortonworks.registries:atlas-module:1.0.0

|-- com.hortonworks.registries:storage-core:1.0.0

|-- com.hortonworks.registries:cache:1.0.0

|-- com.hortonworks.registries:common-auth:1.0.0

|-- org.hibernate.validator:hibernate-validator

|-- javax.el:javax.el-api:3.0.0

|-- org.eclipse.jetty:jetty-server

|-- com.google.inject:guice:4.2.3

|-- io.dropwizard:dropwizard-core:2.1.2

|-- com.smoketurner:dropwizard-swagger:2.0.12-1

|-- io.dropwizard:dropwizard-assets:2.1.2

|-- io.dropwizard:dropwizard-auth:2.1.2

|-- io.dropwizard.metrics:metrics-annotation:4.2.7

|-- io.swagger:swagger-annotations

|-- com.google.guava:guava

|-- org.apache.commons:commons-lang3

|-- org.apache.commons:commons-collections4:4.4

|-- com.nimbusds:nimbus-jose-jwt:7.9

|-- net.minidev:json-smart:2.4.8

|-- org.glassfish.jersey.media:jersey-media-multipart

runtime

|-- mysql:mysql-connector-java:5.1.48

test

|-- com.fasterxml.jackson.module:jackson-module-scala_2.13

|-- junit:junit:4.13.2

|-- org.scala-lang:scala-library:2.13.6

|-- org.scala-lang:scala-reflect:2.13.6

|-- io.confluent:kafka-avro-serializer:7.2.0

|-- io.confluent:kafka-schema-registry-client:7.2.0

|-- com.hortonworks.registries:schema-registry-client:1.0.0

|-- com.hortonworks.registries:schema-registry-serdes:1.0.0

|-- org.junit.jupiter:junit-jupiter

|-- org.mockito:mockito-core:3.11.0

|-- io.dropwizard:dropwizard-testing:2.1.2

|-- org.apache.kafka:kafka-clients:3.1.2

|-- org.apache.kafka:kafka-clients:3.1.2

|-- org.apache.kafka:kafka-streams:3.1.2

|-- org.apache.kafka:kafka-streams-test-utils:3.1.2

|-- org.apache.kafka:kafka_2.13:3.1.2

|-- org.apache.kafka:kafka_2.13:3.1.2

|-- org.slf4j:slf4j-simple

|-- org.apache.httpcomponents:httpclient