文件下载
文件名 操作
hive-shims-0.23-1.0.0.jar 下载
hive-shims-0.23-1.0.0.pom 下载
hive-shims-0.23-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.hive.shims</groupId>
  <artifactId>hive-shims-0.23</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hive.shims:hive-shims-0.23:1.0.0'
Gradle Kotlin
implementation("org.apache.hive.shims:hive-shims-0.23:1.0.0")
Scala SBT
libraryDependencies += "org.apache.hive.shims" % "hive-shims-0.23" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hive.shims', module='hive-shims-0.23', version='1.0.0')
)
Apache Ivy
<dependency org="org.apache.hive.shims" name="hive-shims-0.23" rev="1.0.0" />
Leiningen
[org.apache.hive.shims/hive-shims-0.23 "1.0.0"]
Apache Buildr
'org.apache.hive.shims:hive-shims-0.23:jar:1.0.0'