GroupId | GroupIdsoftware.amazon.glue |
---|---|
ArtifactId | ArtifactIdschema-registry-serde |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
schema-registry-serde-1.1.7.pom | |
schema-registry-serde-1.1.7.jar | 76 KB |
schema-registry-serde-1.1.7-sources.jar | 42 KB |
schema-registry-serde-1.1.7-javadoc.jar | 188 KB |
Browse |
<!-- 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"]