| GroupId | GroupIdcom.facebook.hive |
|---|---|
| ArtifactId | ArtifactIdhive-dwrf-shims |
| Version | Version0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hive-dwrf-shims-0.6.pom | |
| hive-dwrf-shims-0.6.jar | 34 KB |
| hive-dwrf-shims-0.6-sources.jar | 25 KB |
| hive-dwrf-shims-0.6-javadoc.jar | 152 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.hive/hive-dwrf-shims/ -->
<dependency>
<groupId>com.facebook.hive</groupId>
<artifactId>hive-dwrf-shims</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.hive/hive-dwrf-shims/
implementation 'com.facebook.hive:hive-dwrf-shims:0.6'
// https://jarcasting.com/artifacts/com.facebook.hive/hive-dwrf-shims/
implementation ("com.facebook.hive:hive-dwrf-shims:0.6")
'com.facebook.hive:hive-dwrf-shims:jar:0.6'
<dependency org="com.facebook.hive" name="hive-dwrf-shims" rev="0.6">
<artifact name="hive-dwrf-shims" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.hive', module='hive-dwrf-shims', version='0.6')
)
libraryDependencies += "com.facebook.hive" % "hive-dwrf-shims" % "0.6"
[com.facebook.hive/hive-dwrf-shims "0.6"]