is not current version
Last Version 1.1.12

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

The AWS Glue Schema Common is the common package used by AWS Glue Schema Registry Library and has the core functionality.

GroupId

GroupId

software.amazon.glue
ArtifactId

ArtifactId

schema-registry-common
Version

Version

1.0.1
Type

Type

jar

Download schema-registry-common 1.0.1


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