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