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