| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.hive |
| ArtifactId | ArtifactIdhive-parser |
| Version | Version4.0.0-alpha-1 |
| Type | Typejar |
| Description |
DescriptionHive Parser
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-parser-4.0.0-alpha-1.pom | |
| hive-parser-4.0.0-alpha-1.jar | 1 MB |
| hive-parser-4.0.0-alpha-1-sources.jar | 776 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-parser/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-parser</artifactId>
<version>4.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-parser/
implementation 'org.apache.hive:hive-parser:4.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.hive/hive-parser/
implementation ("org.apache.hive:hive-parser:4.0.0-alpha-1")
'org.apache.hive:hive-parser:jar:4.0.0-alpha-1'
<dependency org="org.apache.hive" name="hive-parser" rev="4.0.0-alpha-1">
<artifact name="hive-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-parser', version='4.0.0-alpha-1')
)
libraryDependencies += "org.apache.hive" % "hive-parser" % "4.0.0-alpha-1"
[org.apache.hive/hive-parser "4.0.0-alpha-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.hive : hive-common | jar | 4.0.0-alpha-1 |
| org.antlr : antlr-runtime | jar | 3.5.2 |
| org.apache.hive : hive-serde | jar | 4.0.0-alpha-1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.antlr : stringtemplate | jar | 3.2.1 |
| junit : junit | jar | 4.13 |
| org.mockito : mockito-core | jar | 3.4.4 |