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