Categories |
Categoriesdruid Data Databases |
---|---|
GroupId | GroupIdorg.apache.hive |
ArtifactId | ArtifactIdhive-druid-handler |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
hive-druid-handler-2.3.2.pom | |
hive-druid-handler-2.3.2.jar | 35 MB |
hive-druid-handler-2.3.2-tests.jar | 52 KB |
hive-druid-handler-2.3.2-sources.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-druid-handler/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-druid-handler</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-druid-handler/
implementation 'org.apache.hive:hive-druid-handler:2.3.2'
// https://jarcasting.com/artifacts/org.apache.hive/hive-druid-handler/
implementation ("org.apache.hive:hive-druid-handler:2.3.2")
'org.apache.hive:hive-druid-handler:jar:2.3.2'
<dependency org="org.apache.hive" name="hive-druid-handler" rev="2.3.2">
<artifact name="hive-druid-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-druid-handler', version='2.3.2')
)
libraryDependencies += "org.apache.hive" % "hive-druid-handler" % "2.3.2"
[org.apache.hive/hive-druid-handler "2.3.2"]