License |
License |
---|---|
GroupId | GroupIdorg.apache.hive |
ArtifactId | ArtifactIdhive-exec |
Last Version | Last Version4.0.0-alpha-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHive Query Language
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-exec-4.0.0-alpha-1.pom | |
hive-exec-4.0.0-alpha-1.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-exec/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>4.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-exec/
implementation 'org.apache.hive:hive-exec:4.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.hive/hive-exec/
implementation ("org.apache.hive:hive-exec:4.0.0-alpha-1")
'org.apache.hive:hive-exec:jar:4.0.0-alpha-1'
<dependency org="org.apache.hive" name="hive-exec" rev="4.0.0-alpha-1">
<artifact name="hive-exec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-exec', version='4.0.0-alpha-1')
)
libraryDependencies += "org.apache.hive" % "hive-exec" % "4.0.0-alpha-1"
[org.apache.hive/hive-exec "4.0.0-alpha-1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hbase : hbase-common | jar | 2.0.0-alpha4 |