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