is not current version
Last Version 1.1.12

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

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.1.7
Type

Type

jar

Download schema-registry-common 1.1.7


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