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