is not current version
Last Version 1.2.1.spark2

org.spark-project.hive:hive-serde 1.2.1.spark


GroupId

GroupId

org.spark-project.hive
ArtifactId

ArtifactId

hive-serde
Version

Version

1.2.1.spark
Type

Type

jar

Download hive-serde 1.2.1.spark


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