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