GroupId | GroupIdorg.apache.hive |
---|---|
ArtifactId | ArtifactIdhive-metastore |
Version | Version2.3.1 |
Type | Typejar |
Filename | Size |
---|---|
hive-metastore-2.3.1.pom | |
hive-metastore-2.3.1.jar | 7 MB |
hive-metastore-2.3.1-tests.jar | 200 KB |
hive-metastore-2.3.1-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-metastore/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-metastore</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-metastore/
implementation 'org.apache.hive:hive-metastore:2.3.1'
// https://jarcasting.com/artifacts/org.apache.hive/hive-metastore/
implementation ("org.apache.hive:hive-metastore:2.3.1")
'org.apache.hive:hive-metastore:jar:2.3.1'
<dependency org="org.apache.hive" name="hive-metastore" rev="2.3.1">
<artifact name="hive-metastore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-metastore', version='2.3.1')
)
libraryDependencies += "org.apache.hive" % "hive-metastore" % "2.3.1"
[org.apache.hive/hive-metastore "2.3.1"]