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