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