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