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