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