GroupId | GroupIdorg.apache.ranger |
---|---|
ArtifactId | ArtifactIdranger-plugins-cred |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
ranger-plugins-cred-0.6.2.pom | |
ranger-plugins-cred-0.6.2.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ranger/ranger-plugins-cred/ -->
<dependency>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger-plugins-cred</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ranger/ranger-plugins-cred/
implementation 'org.apache.ranger:ranger-plugins-cred:0.6.2'
// https://jarcasting.com/artifacts/org.apache.ranger/ranger-plugins-cred/
implementation ("org.apache.ranger:ranger-plugins-cred:0.6.2")
'org.apache.ranger:ranger-plugins-cred:jar:0.6.2'
<dependency org="org.apache.ranger" name="ranger-plugins-cred" rev="0.6.2">
<artifact name="ranger-plugins-cred" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ranger', module='ranger-plugins-cred', version='0.6.2')
)
libraryDependencies += "org.apache.ranger" % "ranger-plugins-cred" % "0.6.2"
[org.apache.ranger/ranger-plugins-cred "0.6.2"]