s

schema-registry-parent

The AWS Glue Schema Registry Library for Java enables Java developers to easily integrate their data streaming systems with AWS Glue Schema Registry
https://aws.amazon.com/glue
Apache License, Version 2.0
Files download
File Operation
schema-registry-parent-1.1.7.pom download
Apache Maven
<dependency>
  <groupId>software.amazon.glue</groupId>
  <artifactId>schema-registry-parent</artifactId>
  <version>1.1.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'software.amazon.glue:schema-registry-parent:1.1.7'
Gradle Kotlin
implementation("software.amazon.glue:schema-registry-parent:1.1.7")
Scala SBT
libraryDependencies += "software.amazon.glue" % "schema-registry-parent" % "1.1.7"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.glue', module='schema-registry-parent', version='1.1.7')
)
Apache Ivy
<dependency org="software.amazon.glue" name="schema-registry-parent" rev="1.1.7" />
Leiningen
[software.amazon.glue/schema-registry-parent "1.1.7"]
Apache Buildr
'software.amazon.glue:schema-registry-parent:jar:1.1.7'
Dependencies
The project has no third-party dependencies