GroupId | GroupIdorg.apache.hive.shims |
---|---|
ArtifactId | ArtifactIdhive-shims-common |
Version | Version2.3.8 |
Type | Typejar |
Filename | Size |
---|---|
hive-shims-common-2.3.8.pom | |
hive-shims-common-2.3.8.jar | 117 KB |
hive-shims-common-2.3.8-sources.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive.shims/hive-shims-common/ -->
<dependency>
<groupId>org.apache.hive.shims</groupId>
<artifactId>hive-shims-common</artifactId>
<version>2.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive.shims/hive-shims-common/
implementation 'org.apache.hive.shims:hive-shims-common:2.3.8'
// https://jarcasting.com/artifacts/org.apache.hive.shims/hive-shims-common/
implementation ("org.apache.hive.shims:hive-shims-common:2.3.8")
'org.apache.hive.shims:hive-shims-common:jar:2.3.8'
<dependency org="org.apache.hive.shims" name="hive-shims-common" rev="2.3.8">
<artifact name="hive-shims-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive.shims', module='hive-shims-common', version='2.3.8')
)
libraryDependencies += "org.apache.hive.shims" % "hive-shims-common" % "2.3.8"
[org.apache.hive.shims/hive-shims-common "2.3.8"]