h

hive-dwrf-root

DWRF file format for Hive
https://github.com/facebook/hive-dwrf
Apache License 2.0
Files download
File Operation
hive-dwrf-root-0.13.pom download
Apache Maven
<dependency>
  <groupId>com.facebook.hive</groupId>
  <artifactId>hive-dwrf-root</artifactId>
  <version>0.13</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.hive:hive-dwrf-root:0.13'
Gradle Kotlin
implementation("com.facebook.hive:hive-dwrf-root:0.13")
Scala SBT
libraryDependencies += "com.facebook.hive" % "hive-dwrf-root" % "0.13"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.hive', module='hive-dwrf-root', version='0.13')
)
Apache Ivy
<dependency org="com.facebook.hive" name="hive-dwrf-root" rev="0.13" />
Leiningen
[com.facebook.hive/hive-dwrf-root "0.13"]
Apache Buildr
'com.facebook.hive:hive-dwrf-root:jar:0.13'