GroupId | GroupIdorg.apache.drill.contrib.storage-hive |
---|---|
ArtifactId | ArtifactIddrill-hive-exec-shaded |
Version | Version1.20.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.drill.contrib.storage-hive/drill-hive-exec-shaded/ -->
<dependency>
<groupId>org.apache.drill.contrib.storage-hive</groupId>
<artifactId>drill-hive-exec-shaded</artifactId>
<version>1.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.drill.contrib.storage-hive/drill-hive-exec-shaded/
implementation 'org.apache.drill.contrib.storage-hive:drill-hive-exec-shaded:1.20.0'
// https://jarcasting.com/artifacts/org.apache.drill.contrib.storage-hive/drill-hive-exec-shaded/
implementation ("org.apache.drill.contrib.storage-hive:drill-hive-exec-shaded:1.20.0")
'org.apache.drill.contrib.storage-hive:drill-hive-exec-shaded:jar:1.20.0'
<dependency org="org.apache.drill.contrib.storage-hive" name="drill-hive-exec-shaded" rev="1.20.0">
<artifact name="drill-hive-exec-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.drill.contrib.storage-hive', module='drill-hive-exec-shaded', version='1.20.0')
)
libraryDependencies += "org.apache.drill.contrib.storage-hive" % "drill-hive-exec-shaded" % "1.20.0"
[org.apache.drill.contrib.storage-hive/drill-hive-exec-shaded "1.20.0"]