s

schema-registry-common

The AWS Glue Schema Common is the common package used by AWS Glue Schema Registry Library and has the core functionality.
https://aws.amazon.com/glue
Apache License, Version 2.0
Files download
File Operation
schema-registry-common-1.1.9.jar download
schema-registry-common-1.1.9.pom download
schema-registry-common-1.1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.glue</groupId>
  <artifactId>schema-registry-common</artifactId>
  <version>1.1.9</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.glue:schema-registry-common:1.1.9'
Gradle Kotlin
implementation("software.amazon.glue:schema-registry-common:1.1.9")
Scala SBT
libraryDependencies += "software.amazon.glue" % "schema-registry-common" % "1.1.9"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.glue', module='schema-registry-common', version='1.1.9')
)
Apache Ivy
<dependency org="software.amazon.glue" name="schema-registry-common" rev="1.1.9" />
Leiningen
[software.amazon.glue/schema-registry-common "1.1.9"]
Apache Buildr
'software.amazon.glue:schema-registry-common:jar:1.1.9'