| GroupId | GroupIdorg.spark-project.hive.shims |
|---|---|
| ArtifactId | ArtifactIdhive-shims-0.20S |
| Version | Version1.2.1.spark |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.spark-project.hive.shims/hive-shims-0.20S/ -->
<dependency>
<groupId>org.spark-project.hive.shims</groupId>
<artifactId>hive-shims-0.20S</artifactId>
<version>1.2.1.spark</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive.shims/hive-shims-0.20S/
implementation 'org.spark-project.hive.shims:hive-shims-0.20S:1.2.1.spark'
// https://jarcasting.com/artifacts/org.spark-project.hive.shims/hive-shims-0.20S/
implementation ("org.spark-project.hive.shims:hive-shims-0.20S:1.2.1.spark")
'org.spark-project.hive.shims:hive-shims-0.20S:jar:1.2.1.spark'
<dependency org="org.spark-project.hive.shims" name="hive-shims-0.20S" rev="1.2.1.spark">
<artifact name="hive-shims-0.20S" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive.shims', module='hive-shims-0.20S', version='1.2.1.spark')
)
libraryDependencies += "org.spark-project.hive.shims" % "hive-shims-0.20S" % "1.2.1.spark"
[org.spark-project.hive.shims/hive-shims-0.20S "1.2.1.spark"]