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.19.pom download
Apache Maven
<dependency>
  <groupId>software.amazon.glue</groupId>
  <artifactId>schema-registry-parent</artifactId>
  <version>1.1.19</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'software.amazon.glue:schema-registry-parent:1.1.19'
Gradle Kotlin
implementation("software.amazon.glue:schema-registry-parent:1.1.19")
Scala SBT
libraryDependencies += "software.amazon.glue" % "schema-registry-parent" % "1.1.19"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.glue', module='schema-registry-parent', version='1.1.19')
)
Apache Ivy
<dependency org="software.amazon.glue" name="schema-registry-parent" rev="1.1.19" />
Leiningen
[software.amazon.glue/schema-registry-parent "1.1.19"]
Apache Buildr
'software.amazon.glue:schema-registry-parent:jar:1.1.19'
Dependencies
The project has no third-party dependencies