GroupId | GroupIdorg.apache.hive |
---|---|
ArtifactId | ArtifactIdhive-serde |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
hive-serde-1.2.2.pom | |
hive-serde-1.2.2.jar | 895 KB |
hive-serde-1.2.2-sources.jar | 639 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-serde/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-serde/
implementation 'org.apache.hive:hive-serde:1.2.2'
// https://jarcasting.com/artifacts/org.apache.hive/hive-serde/
implementation ("org.apache.hive:hive-serde:1.2.2")
'org.apache.hive:hive-serde:jar:1.2.2'
<dependency org="org.apache.hive" name="hive-serde" rev="1.2.2">
<artifact name="hive-serde" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-serde', version='1.2.2')
)
libraryDependencies += "org.apache.hive" % "hive-serde" % "1.2.2"
[org.apache.hive/hive-serde "1.2.2"]