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