is not current version
Last Version 1.1.12

software.amazon.glue:schema-registry-examples 1.0.1

The AWS Glue Schema examples has sample code for using Schema Registry with different applications.

GroupId

GroupId

software.amazon.glue
ArtifactId

ArtifactId

schema-registry-examples
Version

Version

1.0.1
Type

Type

jar

Download schema-registry-examples 1.0.1


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