s

schema-registry-serde

The AWS Glue Schema Registry Serializer/Deserializer enables Java developers to easily integrate their Apache Kafka and AWS Kinesis applications with AWS Glue Schema Registry
https://aws.amazon.com/glue
Apache License, Version 2.0
Files download
File Operation
schema-registry-serde-1.0.0.jar download
schema-registry-serde-1.0.0.pom download
schema-registry-serde-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.glue</groupId>
  <artifactId>schema-registry-serde</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.glue:schema-registry-serde:1.0.0'
Gradle Kotlin
implementation("software.amazon.glue:schema-registry-serde:1.0.0")
Scala SBT
libraryDependencies += "software.amazon.glue" % "schema-registry-serde" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.glue', module='schema-registry-serde', version='1.0.0')
)
Apache Ivy
<dependency org="software.amazon.glue" name="schema-registry-serde" rev="1.0.0" />
Leiningen
[software.amazon.glue/schema-registry-serde "1.0.0"]
Apache Buildr
'software.amazon.glue:schema-registry-serde:jar:1.0.0'