is not current version
Last Version 1.2.1.spark2

org.spark-project.hive:hive-exec 0.13.1a


GroupId

GroupId

org.spark-project.hive
ArtifactId

ArtifactId

hive-exec
Version

Version

0.13.1a
Type

Type

jar

Download hive-exec 0.13.1a


<!-- https://jarcasting.com/artifacts/org.spark-project.hive/hive-exec/ -->
<dependency>
    <groupId>org.spark-project.hive</groupId>
    <artifactId>hive-exec</artifactId>
    <version>0.13.1a</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-exec/
implementation 'org.spark-project.hive:hive-exec:0.13.1a'
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-exec/
implementation ("org.spark-project.hive:hive-exec:0.13.1a")
'org.spark-project.hive:hive-exec:jar:0.13.1a'
<dependency org="org.spark-project.hive" name="hive-exec" rev="0.13.1a">
  <artifact name="hive-exec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive', module='hive-exec', version='0.13.1a')
)
libraryDependencies += "org.spark-project.hive" % "hive-exec" % "0.13.1a"
[org.spark-project.hive/hive-exec "0.13.1a"]