GroupId | GroupIdsoftware.amazon.glue |
---|---|
ArtifactId | ArtifactIdschema-registry-serde |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/software.amazon.glue/schema-registry-serde/ -->
<dependency>
<groupId>software.amazon.glue</groupId>
<artifactId>schema-registry-serde</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.glue/schema-registry-serde/
implementation 'software.amazon.glue:schema-registry-serde:1.0.1'
// https://jarcasting.com/artifacts/software.amazon.glue/schema-registry-serde/
implementation ("software.amazon.glue:schema-registry-serde:1.0.1")
'software.amazon.glue:schema-registry-serde:jar:1.0.1'
<dependency org="software.amazon.glue" name="schema-registry-serde" rev="1.0.1">
<artifact name="schema-registry-serde" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.glue', module='schema-registry-serde', version='1.0.1')
)
libraryDependencies += "software.amazon.glue" % "schema-registry-serde" % "1.0.1"
[software.amazon.glue/schema-registry-serde "1.0.1"]