| GroupId | GroupIdorg.apache.hive.hcatalog |
|---|---|
| ArtifactId | ArtifactIdhive-webhcat |
| Version | Version2.3.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hive-webhcat-2.3.8.pom | |
| hive-webhcat-2.3.8.jar | 221 KB |
| hive-webhcat-2.3.8-sources.jar | 148 KB |
| hive-webhcat-2.3.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive.hcatalog/hive-webhcat/
implementation 'org.apache.hive.hcatalog:hive-webhcat:2.3.8'
// https://jarcasting.com/artifacts/org.apache.hive.hcatalog/hive-webhcat/
implementation ("org.apache.hive.hcatalog:hive-webhcat:2.3.8")
'org.apache.hive.hcatalog:hive-webhcat:jar:2.3.8'
<dependency org="org.apache.hive.hcatalog" name="hive-webhcat" rev="2.3.8">
<artifact name="hive-webhcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive.hcatalog', module='hive-webhcat', version='2.3.8')
)
libraryDependencies += "org.apache.hive.hcatalog" % "hive-webhcat" % "2.3.8"
[org.apache.hive.hcatalog/hive-webhcat "2.3.8"]