| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdorg.adeptnet | 
| ArtifactId | ArtifactIdauth | 
| Last Version | Last Version1.0.4 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionauth This is the org.adeptnet.auth common library for Kerbros / SAML Authentication | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| auth-1.0.4.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.adeptnet/auth/ -->
<dependency>
    <groupId>org.adeptnet</groupId>
    <artifactId>auth</artifactId>
    <version>1.0.4</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.adeptnet/auth/
implementation 'org.adeptnet:auth:1.0.4'// https://jarcasting.com/artifacts/org.adeptnet/auth/
implementation ("org.adeptnet:auth:1.0.4")'org.adeptnet:auth:pom:1.0.4'<dependency org="org.adeptnet" name="auth" rev="1.0.4">
  <artifact name="auth" type="pom" />
</dependency>@Grapes(
@Grab(group='org.adeptnet', module='auth', version='1.0.4')
)libraryDependencies += "org.adeptnet" % "auth" % "1.0.4"[org.adeptnet/auth "1.0.4"]