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