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