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