Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.adeptnet.auth |
ArtifactId | ArtifactIdauth-kerberos |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
auth-kerberos-1.0.1.pom | |
auth-kerberos-1.0.1.jar | 9 KB |
auth-kerberos-1.0.1-sources.jar | 4 KB |
auth-kerberos-1.0.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.adeptnet.auth/auth-kerberos/ -->
<dependency>
<groupId>org.adeptnet.auth</groupId>
<artifactId>auth-kerberos</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.adeptnet.auth/auth-kerberos/
implementation 'org.adeptnet.auth:auth-kerberos:1.0.1'
// https://jarcasting.com/artifacts/org.adeptnet.auth/auth-kerberos/
implementation ("org.adeptnet.auth:auth-kerberos:1.0.1")
'org.adeptnet.auth:auth-kerberos:jar:1.0.1'
<dependency org="org.adeptnet.auth" name="auth-kerberos" rev="1.0.1">
<artifact name="auth-kerberos" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.adeptnet.auth', module='auth-kerberos', version='1.0.1')
)
libraryDependencies += "org.adeptnet.auth" % "auth-kerberos" % "1.0.1"
[org.adeptnet.auth/auth-kerberos "1.0.1"]