GroupId | GroupIdorg.apache.ranger |
---|---|
ArtifactId | ArtifactIdranger-plugins-cred |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ranger-plugins-cred-2.0.0.pom | |
ranger-plugins-cred-2.0.0.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>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ranger/ranger-plugins-cred/
implementation 'org.apache.ranger:ranger-plugins-cred:2.0.0'
// https://jarcasting.com/artifacts/org.apache.ranger/ranger-plugins-cred/
implementation ("org.apache.ranger:ranger-plugins-cred:2.0.0")
'org.apache.ranger:ranger-plugins-cred:jar:2.0.0'
<dependency org="org.apache.ranger" name="ranger-plugins-cred" rev="2.0.0">
<artifact name="ranger-plugins-cred" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ranger', module='ranger-plugins-cred', version='2.0.0')
)
libraryDependencies += "org.apache.ranger" % "ranger-plugins-cred" % "2.0.0"
[org.apache.ranger/ranger-plugins-cred "2.0.0"]