GroupId | GroupIdorg.apache.hive |
---|---|
ArtifactId | ArtifactIdhive-jdbc |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
hive-jdbc-3.1.0.pom | |
hive-jdbc-3.1.0.jar | 122 KB |
hive-jdbc-3.1.0-standalone.jar | 70 MB |
hive-jdbc-3.1.0-sources.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-jdbc/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-jdbc/
implementation 'org.apache.hive:hive-jdbc:3.1.0'
// https://jarcasting.com/artifacts/org.apache.hive/hive-jdbc/
implementation ("org.apache.hive:hive-jdbc:3.1.0")
'org.apache.hive:hive-jdbc:jar:3.1.0'
<dependency org="org.apache.hive" name="hive-jdbc" rev="3.1.0">
<artifact name="hive-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-jdbc', version='3.1.0')
)
libraryDependencies += "org.apache.hive" % "hive-jdbc" % "3.1.0"
[org.apache.hive/hive-jdbc "3.1.0"]