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