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