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