| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.apache.hive | 
    
| ArtifactId | ArtifactIdhive-pre-upgrade | 
    
| Version | Version4.0.0-alpha-1 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionHive Pre Upgrade Acid 
            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 | 
            
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-pre-upgrade/ -->
<dependency>
    <groupId>org.apache.hive</groupId>
    <artifactId>hive-pre-upgrade</artifactId>
    <version>4.0.0-alpha-1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.hive/hive-pre-upgrade/
implementation 'org.apache.hive:hive-pre-upgrade:4.0.0-alpha-1'
                // https://jarcasting.com/artifacts/org.apache.hive/hive-pre-upgrade/
implementation ("org.apache.hive:hive-pre-upgrade:4.0.0-alpha-1")
                'org.apache.hive:hive-pre-upgrade:jar:4.0.0-alpha-1'
                <dependency org="org.apache.hive" name="hive-pre-upgrade" rev="4.0.0-alpha-1">
  <artifact name="hive-pre-upgrade" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.hive', module='hive-pre-upgrade', version='4.0.0-alpha-1')
)
                libraryDependencies += "org.apache.hive" % "hive-pre-upgrade" % "4.0.0-alpha-1"
                [org.apache.hive/hive-pre-upgrade "4.0.0-alpha-1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| commons-cli : commons-cli | jar | 1.2 | 
| org.apache.hive : hive-metastore | jar | 2.3.3 | 
| org.apache.hive : hive-exec | jar | 2.3.3 | 
| org.apache.hadoop : hadoop-common | jar | 2.7.2 | 
| org.apache.hadoop : hadoop-mapreduce-client-common | jar | 2.7.2 | 
| org.apache.orc : orc-core | jar | 1.3.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 | 
| org.junit.vintage : junit-vintage-engine | jar | 5.6.2 |