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.16.pom download
Apache Maven
<dependency>
  <groupId>com.facebook.hive</groupId>
  <artifactId>hive-dwrf-root</artifactId>
  <version>0.16</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.hive:hive-dwrf-root:0.16'
Gradle Kotlin
implementation("com.facebook.hive:hive-dwrf-root:0.16")
Scala SBT
libraryDependencies += "com.facebook.hive" % "hive-dwrf-root" % "0.16"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.hive', module='hive-dwrf-root', version='0.16')
)
Apache Ivy
<dependency org="com.facebook.hive" name="hive-dwrf-root" rev="0.16" />
Leiningen
[com.facebook.hive/hive-dwrf-root "0.16"]
Apache Buildr
'com.facebook.hive:hive-dwrf-root:jar:0.16'