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