| Группа | Группаsoftware.amazon.glue |
|---|---|
| Идентификатор | Идентификаторschema-registry-common |
| Версия | Версия1.1.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| schema-registry-common-1.1.3.pom | |
| schema-registry-common-1.1.3.jar | 56 KB |
| schema-registry-common-1.1.3-sources.jar | 35 KB |
| schema-registry-common-1.1.3-javadoc.jar | 183 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/software.amazon.glue/schema-registry-common/ -->
<dependency>
<groupId>software.amazon.glue</groupId>
<artifactId>schema-registry-common</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.glue/schema-registry-common/
implementation 'software.amazon.glue:schema-registry-common:1.1.3'
// https://jarcasting.com/artifacts/software.amazon.glue/schema-registry-common/
implementation ("software.amazon.glue:schema-registry-common:1.1.3")
'software.amazon.glue:schema-registry-common:jar:1.1.3'
<dependency org="software.amazon.glue" name="schema-registry-common" rev="1.1.3">
<artifact name="schema-registry-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.glue', module='schema-registry-common', version='1.1.3')
)
libraryDependencies += "software.amazon.glue" % "schema-registry-common" % "1.1.3"
[software.amazon.glue/schema-registry-common "1.1.3"]