GroupId | GroupIdorg.spark-project.hive.hcatalog |
---|---|
ArtifactId | ArtifactIdhive-webhcat |
Version | Version1.2.1.spark |
Type | Typejar |
Filename | Size |
---|---|
hive-webhcat-1.2.1.spark.pom | |
hive-webhcat-1.2.1.spark.jar | 203 KB |
hive-webhcat-1.2.1.spark-sources.jar | 137 KB |
hive-webhcat-1.2.1.spark-javadoc.jar | 430 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.spark-project.hive.hcatalog/hive-webhcat/ -->
<dependency>
<groupId>org.spark-project.hive.hcatalog</groupId>
<artifactId>hive-webhcat</artifactId>
<version>1.2.1.spark</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive.hcatalog/hive-webhcat/
implementation 'org.spark-project.hive.hcatalog:hive-webhcat:1.2.1.spark'
// https://jarcasting.com/artifacts/org.spark-project.hive.hcatalog/hive-webhcat/
implementation ("org.spark-project.hive.hcatalog:hive-webhcat:1.2.1.spark")
'org.spark-project.hive.hcatalog:hive-webhcat:jar:1.2.1.spark'
<dependency org="org.spark-project.hive.hcatalog" name="hive-webhcat" rev="1.2.1.spark">
<artifact name="hive-webhcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive.hcatalog', module='hive-webhcat', version='1.2.1.spark')
)
libraryDependencies += "org.spark-project.hive.hcatalog" % "hive-webhcat" % "1.2.1.spark"
[org.spark-project.hive.hcatalog/hive-webhcat "1.2.1.spark"]