License |
License |
---|---|
GroupId | GroupIdcom.proofpoint.hive |
ArtifactId | ArtifactIdhive-serde |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionhive-serde
JSON Serde for Hive
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hive-serde-1.0.pom | |
hive-serde-1.0.jar | 1 MB |
hive-serde-1.0-sources.jar | 6 KB |
hive-serde-1.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.proofpoint.hive/hive-serde/ -->
<dependency>
<groupId>com.proofpoint.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.proofpoint.hive/hive-serde/
implementation 'com.proofpoint.hive:hive-serde:1.0'
// https://jarcasting.com/artifacts/com.proofpoint.hive/hive-serde/
implementation ("com.proofpoint.hive:hive-serde:1.0")
'com.proofpoint.hive:hive-serde:jar:1.0'
<dependency org="com.proofpoint.hive" name="hive-serde" rev="1.0">
<artifact name="hive-serde" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.proofpoint.hive', module='hive-serde', version='1.0')
)
libraryDependencies += "com.proofpoint.hive" % "hive-serde" % "1.0"
[com.proofpoint.hive/hive-serde "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-core | jar | 0.20.2-cdh3u1 |
org.apache.hadoop.hive » hive-serde | jar | 0.7.1-cdh3u1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.2 |