License |
License |
---|---|
GroupId | GroupIdorg.apache.hive |
ArtifactId | ArtifactIdhive-jdbc |
Last Version | Last Version4.0.0-alpha-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHive JDBC
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hive-jdbc-4.0.0-alpha-1.pom | |
hive-jdbc-4.0.0-alpha-1.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-jdbc/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>4.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-jdbc/
implementation 'org.apache.hive:hive-jdbc:4.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.hive/hive-jdbc/
implementation ("org.apache.hive:hive-jdbc:4.0.0-alpha-1")
'org.apache.hive:hive-jdbc:jar:4.0.0-alpha-1'
<dependency org="org.apache.hive" name="hive-jdbc" rev="4.0.0-alpha-1">
<artifact name="hive-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-jdbc', version='4.0.0-alpha-1')
)
libraryDependencies += "org.apache.hive" % "hive-jdbc" % "4.0.0-alpha-1"
[org.apache.hive/hive-jdbc "4.0.0-alpha-1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hive : hive-common | jar | 4.0.0-alpha-1 |
org.apache.hive : hive-llap-client | jar | 4.0.0-alpha-1 |
org.apache.hive : hive-service | jar | 4.0.0-alpha-1 |
org.apache.hive : hive-shims | jar | 4.0.0-alpha-1 |
org.apache.hive : hive-service-rpc | jar | 4.0.0-alpha-1 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.httpcomponents : httpcore | jar | 4.4.13 |
org.apache.thrift : libthrift | jar | 0.14.1 |
org.apache.zookeeper : zookeeper | jar | 3.5.5 |
org.apache.curator : curator-framework | jar | 4.2.0 |
org.apache.hadoop : hadoop-common Optional | jar | 3.1.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.6.2 |
org.mockito : mockito-core | jar | 3.4.4 |