GroupId | GroupIdorg.apache.hive.shims |
---|---|
ArtifactId | ArtifactIdhive-shims-common |
Version | Version2.3.6 |
Type | Typejar |
Filename | Size |
---|---|
hive-shims-common-2.3.6.pom | |
hive-shims-common-2.3.6.jar | 117 KB |
hive-shims-common-2.3.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive.shims/hive-shims-common/
implementation 'org.apache.hive.shims:hive-shims-common:2.3.6'
// https://jarcasting.com/artifacts/org.apache.hive.shims/hive-shims-common/
implementation ("org.apache.hive.shims:hive-shims-common:2.3.6")
'org.apache.hive.shims:hive-shims-common:jar:2.3.6'
<dependency org="org.apache.hive.shims" name="hive-shims-common" rev="2.3.6">
<artifact name="hive-shims-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive.shims', module='hive-shims-common', version='2.3.6')
)
libraryDependencies += "org.apache.hive.shims" % "hive-shims-common" % "2.3.6"
[org.apache.hive.shims/hive-shims-common "2.3.6"]