| GroupId | GroupIdcom.facebook.hive |
|---|---|
| ArtifactId | ArtifactIdhive-dwrf |
| Version | Version0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hive-dwrf-0.7.pom | |
| hive-dwrf-0.7.jar | 418 KB |
| hive-dwrf-0.7-tests.jar | 96 KB |
| hive-dwrf-0.7-test-sources.jar | 47 KB |
| hive-dwrf-0.7-sources.jar | 203 KB |
| hive-dwrf-0.7-javadoc.jar | 823 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.hive/hive-dwrf/ -->
<dependency>
<groupId>com.facebook.hive</groupId>
<artifactId>hive-dwrf</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.hive/hive-dwrf/
implementation 'com.facebook.hive:hive-dwrf:0.7'
// https://jarcasting.com/artifacts/com.facebook.hive/hive-dwrf/
implementation ("com.facebook.hive:hive-dwrf:0.7")
'com.facebook.hive:hive-dwrf:jar:0.7'
<dependency org="com.facebook.hive" name="hive-dwrf" rev="0.7">
<artifact name="hive-dwrf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.hive', module='hive-dwrf', version='0.7')
)
libraryDependencies += "com.facebook.hive" % "hive-dwrf" % "0.7"
[com.facebook.hive/hive-dwrf "0.7"]