is not current version
Last Version 1.2.1.spark2

org.spark-project.hive:hive-metastore 0.12.0-protobuf-2.5

Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive

GroupId

GroupId

org.spark-project.hive
ArtifactId

ArtifactId

hive-metastore
Version

Version

0.12.0-protobuf-2.5
Type

Type

jar

Download hive-metastore 0.12.0-protobuf-2.5


<!-- https://jarcasting.com/artifacts/org.spark-project.hive/hive-metastore/ -->
<dependency>
    <groupId>org.spark-project.hive</groupId>
    <artifactId>hive-metastore</artifactId>
    <version>0.12.0-protobuf-2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-metastore/
implementation 'org.spark-project.hive:hive-metastore:0.12.0-protobuf-2.5'
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-metastore/
implementation ("org.spark-project.hive:hive-metastore:0.12.0-protobuf-2.5")
'org.spark-project.hive:hive-metastore:jar:0.12.0-protobuf-2.5'
<dependency org="org.spark-project.hive" name="hive-metastore" rev="0.12.0-protobuf-2.5">
  <artifact name="hive-metastore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive', module='hive-metastore', version='0.12.0-protobuf-2.5')
)
libraryDependencies += "org.spark-project.hive" % "hive-metastore" % "0.12.0-protobuf-2.5"
[org.spark-project.hive/hive-metastore "0.12.0-protobuf-2.5"]