GroupId | GroupIdorg.spark-project.hive |
---|---|
ArtifactId | ArtifactIdhive-serde |
Version | Version0.13.1a |
Type | Typejar |
Filename | Size |
---|---|
hive-serde-0.13.1a.pom | |
hive-serde-0.13.1a.jar | 713 KB |
hive-serde-0.13.1a-sources.jar | 526 KB |
hive-serde-0.13.1a-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.spark-project.hive/hive-serde/ -->
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>0.13.1a</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-serde/
implementation 'org.spark-project.hive:hive-serde:0.13.1a'
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-serde/
implementation ("org.spark-project.hive:hive-serde:0.13.1a")
'org.spark-project.hive:hive-serde:jar:0.13.1a'
<dependency org="org.spark-project.hive" name="hive-serde" rev="0.13.1a">
<artifact name="hive-serde" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive', module='hive-serde', version='0.13.1a')
)
libraryDependencies += "org.spark-project.hive" % "hive-serde" % "0.13.1a"
[org.spark-project.hive/hive-serde "0.13.1a"]