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