Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdorg.apache.hive.hcatalog |
ArtifactId | ArtifactIdhive-webhcat-java-client |
Version | Version3.1.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>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive.hcatalog/hive-webhcat-java-client/
implementation 'org.apache.hive.hcatalog:hive-webhcat-java-client:3.1.0'
// https://jarcasting.com/artifacts/org.apache.hive.hcatalog/hive-webhcat-java-client/
implementation ("org.apache.hive.hcatalog:hive-webhcat-java-client:3.1.0")
'org.apache.hive.hcatalog:hive-webhcat-java-client:jar:3.1.0'
<dependency org="org.apache.hive.hcatalog" name="hive-webhcat-java-client" rev="3.1.0">
<artifact name="hive-webhcat-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive.hcatalog', module='hive-webhcat-java-client', version='3.1.0')
)
libraryDependencies += "org.apache.hive.hcatalog" % "hive-webhcat-java-client" % "3.1.0"
[org.apache.hive.hcatalog/hive-webhcat-java-client "3.1.0"]