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