Files download
File Operation
hive-shims-common-2.3.7.jar download
hive-shims-common-2.3.7.pom download
hive-shims-common-2.3.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.hive.shims</groupId>
  <artifactId>hive-shims-common</artifactId>
  <version>2.3.7</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hive.shims:hive-shims-common:2.3.7'
Gradle Kotlin
implementation("org.apache.hive.shims:hive-shims-common:2.3.7")
Scala SBT
libraryDependencies += "org.apache.hive.shims" % "hive-shims-common" % "2.3.7"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hive.shims', module='hive-shims-common', version='2.3.7')
)
Apache Ivy
<dependency org="org.apache.hive.shims" name="hive-shims-common" rev="2.3.7" />
Leiningen
[org.apache.hive.shims/hive-shims-common "2.3.7"]
Apache Buildr
'org.apache.hive.shims:hive-shims-common:jar:2.3.7'