is not current version
Last Version 1.1.12

software.amazon.glue:schema-registry-serde 1.1.7

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

GroupId

GroupId

software.amazon.glue
ArtifactId

ArtifactId

schema-registry-serde
Version

Version

1.1.7
Type

Type

jar

Download schema-registry-serde 1.1.7


<!-- https://jarcasting.com/artifacts/software.amazon.glue/schema-registry-serde/ -->
<dependency>
    <groupId>software.amazon.glue</groupId>
    <artifactId>schema-registry-serde</artifactId>
    <version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.glue/schema-registry-serde/
implementation 'software.amazon.glue:schema-registry-serde:1.1.7'
// https://jarcasting.com/artifacts/software.amazon.glue/schema-registry-serde/
implementation ("software.amazon.glue:schema-registry-serde:1.1.7")
'software.amazon.glue:schema-registry-serde:jar:1.1.7'
<dependency org="software.amazon.glue" name="schema-registry-serde" rev="1.1.7">
  <artifact name="schema-registry-serde" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.glue', module='schema-registry-serde', version='1.1.7')
)
libraryDependencies += "software.amazon.glue" % "schema-registry-serde" % "1.1.7"
[software.amazon.glue/schema-registry-serde "1.1.7"]