| GroupId | GroupIdorg.spark-project.hive.shims |
|---|---|
| ArtifactId | ArtifactIdhive-shims-0.20S |
| Version | Version0.13.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hive-shims-0.20S-0.13.1.pom | |
| hive-shims-0.20S-0.13.1.jar | 24 KB |
| hive-shims-0.20S-0.13.1-sources.jar | 14 KB |
| hive-shims-0.20S-0.13.1-javadoc.jar | 60 KB |
| Browse |
<!-- 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>0.13.1</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:0.13.1'
// https://jarcasting.com/artifacts/org.spark-project.hive.shims/hive-shims-0.20S/
implementation ("org.spark-project.hive.shims:hive-shims-0.20S:0.13.1")
'org.spark-project.hive.shims:hive-shims-0.20S:jar:0.13.1'
<dependency org="org.spark-project.hive.shims" name="hive-shims-0.20S" rev="0.13.1">
<artifact name="hive-shims-0.20S" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive.shims', module='hive-shims-0.20S', version='0.13.1')
)
libraryDependencies += "org.spark-project.hive.shims" % "hive-shims-0.20S" % "0.13.1"
[org.spark-project.hive.shims/hive-shims-0.20S "0.13.1"]