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