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