| GroupId | GroupIdcom.expediagroup.apiary |
|---|---|
| ArtifactId | ArtifactIdkafka-metastore-integration-tests |
| Version | Version5.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.expediagroup.apiary/kafka-metastore-integration-tests/ -->
<dependency>
<groupId>com.expediagroup.apiary</groupId>
<artifactId>kafka-metastore-integration-tests</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.expediagroup.apiary/kafka-metastore-integration-tests/
implementation 'com.expediagroup.apiary:kafka-metastore-integration-tests:5.0.0'
// https://jarcasting.com/artifacts/com.expediagroup.apiary/kafka-metastore-integration-tests/
implementation ("com.expediagroup.apiary:kafka-metastore-integration-tests:5.0.0")
'com.expediagroup.apiary:kafka-metastore-integration-tests:jar:5.0.0'
<dependency org="com.expediagroup.apiary" name="kafka-metastore-integration-tests" rev="5.0.0">
<artifact name="kafka-metastore-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expediagroup.apiary', module='kafka-metastore-integration-tests', version='5.0.0')
)
libraryDependencies += "com.expediagroup.apiary" % "kafka-metastore-integration-tests" % "5.0.0"
[com.expediagroup.apiary/kafka-metastore-integration-tests "5.0.0"]