не последняя версия
Последняя версия 1.2.1.spark2

org.spark-project.hive:hive-metastore 0.13.1


Группа

Группа

org.spark-project.hive
Идентификатор

Идентификатор

hive-metastore
Версия

Версия

0.13.1
Тип

Тип

jar

Скачать hive-metastore 0.13.1


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