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