Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdorg.apache.hive.hcatalog |
ArtifactId | ArtifactIdhive-webhcat-java-client |
Version | Version0.14.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.hive.hcatalog/hive-webhcat-java-client/ -->
<dependency>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-webhcat-java-client</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive.hcatalog/hive-webhcat-java-client/
implementation 'org.apache.hive.hcatalog:hive-webhcat-java-client:0.14.0'
// https://jarcasting.com/artifacts/org.apache.hive.hcatalog/hive-webhcat-java-client/
implementation ("org.apache.hive.hcatalog:hive-webhcat-java-client:0.14.0")
'org.apache.hive.hcatalog:hive-webhcat-java-client:jar:0.14.0'
<dependency org="org.apache.hive.hcatalog" name="hive-webhcat-java-client" rev="0.14.0">
<artifact name="hive-webhcat-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive.hcatalog', module='hive-webhcat-java-client', version='0.14.0')
)
libraryDependencies += "org.apache.hive.hcatalog" % "hive-webhcat-java-client" % "0.14.0"
[org.apache.hive.hcatalog/hive-webhcat-java-client "0.14.0"]