GroupId | GroupIdcom.expediagroup.apiary |
---|---|
ArtifactId | ArtifactIdmetastore-consumer-common |
Version | Version6.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.expediagroup.apiary/metastore-consumer-common/ -->
<dependency>
<groupId>com.expediagroup.apiary</groupId>
<artifactId>metastore-consumer-common</artifactId>
<version>6.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.expediagroup.apiary/metastore-consumer-common/
implementation 'com.expediagroup.apiary:metastore-consumer-common:6.0.2'
// https://jarcasting.com/artifacts/com.expediagroup.apiary/metastore-consumer-common/
implementation ("com.expediagroup.apiary:metastore-consumer-common:6.0.2")
'com.expediagroup.apiary:metastore-consumer-common:jar:6.0.2'
<dependency org="com.expediagroup.apiary" name="metastore-consumer-common" rev="6.0.2">
<artifact name="metastore-consumer-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expediagroup.apiary', module='metastore-consumer-common', version='6.0.2')
)
libraryDependencies += "com.expediagroup.apiary" % "metastore-consumer-common" % "6.0.2"
[com.expediagroup.apiary/metastore-consumer-common "6.0.2"]