GroupId | GroupIdorg.spark-project.hive |
---|---|
ArtifactId | ArtifactIdhive-metastore |
Version | Version1.2.1.spark |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.spark-project.hive/hive-metastore/ -->
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-metastore</artifactId>
<version>1.2.1.spark</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-metastore/
implementation 'org.spark-project.hive:hive-metastore:1.2.1.spark'
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-metastore/
implementation ("org.spark-project.hive:hive-metastore:1.2.1.spark")
'org.spark-project.hive:hive-metastore:jar:1.2.1.spark'
<dependency org="org.spark-project.hive" name="hive-metastore" rev="1.2.1.spark">
<artifact name="hive-metastore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive', module='hive-metastore', version='1.2.1.spark')
)
libraryDependencies += "org.spark-project.hive" % "hive-metastore" % "1.2.1.spark"
[org.spark-project.hive/hive-metastore "1.2.1.spark"]