GroupId | GroupIdorg.apache.sentry |
---|---|
ArtifactId | ArtifactIdsentry-binding-hive-common |
Version | Version1.8.0 |
Type | Typejar |
Filename | Size |
---|---|
sentry-binding-hive-common-1.8.0.pom | |
sentry-binding-hive-common-1.8.0.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sentry/sentry-binding-hive-common/ -->
<dependency>
<groupId>org.apache.sentry</groupId>
<artifactId>sentry-binding-hive-common</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sentry/sentry-binding-hive-common/
implementation 'org.apache.sentry:sentry-binding-hive-common:1.8.0'
// https://jarcasting.com/artifacts/org.apache.sentry/sentry-binding-hive-common/
implementation ("org.apache.sentry:sentry-binding-hive-common:1.8.0")
'org.apache.sentry:sentry-binding-hive-common:jar:1.8.0'
<dependency org="org.apache.sentry" name="sentry-binding-hive-common" rev="1.8.0">
<artifact name="sentry-binding-hive-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sentry', module='sentry-binding-hive-common', version='1.8.0')
)
libraryDependencies += "org.apache.sentry" % "sentry-binding-hive-common" % "1.8.0"
[org.apache.sentry/sentry-binding-hive-common "1.8.0"]