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