GroupId | GroupIdorg.apache.hive.hcatalog |
---|---|
ArtifactId | ArtifactIdhive-webhcat |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
hive-webhcat-2.3.2.pom | |
hive-webhcat-2.3.2.jar | 221 KB |
hive-webhcat-2.3.2-sources.jar | 148 KB |
hive-webhcat-2.3.2-javadoc.jar | 473 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive.hcatalog/hive-webhcat/ -->
<dependency>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-webhcat</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive.hcatalog/hive-webhcat/
implementation 'org.apache.hive.hcatalog:hive-webhcat:2.3.2'
// https://jarcasting.com/artifacts/org.apache.hive.hcatalog/hive-webhcat/
implementation ("org.apache.hive.hcatalog:hive-webhcat:2.3.2")
'org.apache.hive.hcatalog:hive-webhcat:jar:2.3.2'
<dependency org="org.apache.hive.hcatalog" name="hive-webhcat" rev="2.3.2">
<artifact name="hive-webhcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive.hcatalog', module='hive-webhcat', version='2.3.2')
)
libraryDependencies += "org.apache.hive.hcatalog" % "hive-webhcat" % "2.3.2"
[org.apache.hive.hcatalog/hive-webhcat "2.3.2"]