is not current version
Last Version 1.0.4

org.adeptnet:auth 1.0.1

This is the org.adeptnet.auth common library for Kerbros / SAML Authentication

Categories

Categories

Net
GroupId

GroupId

org.adeptnet
ArtifactId

ArtifactId

auth
Version

Version

1.0.1
Type

Type

pom

Download auth 1.0.1

Filename Size
auth-1.0.1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.adeptnet/auth/ -->
<dependency>
    <groupId>org.adeptnet</groupId>
    <artifactId>auth</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.adeptnet/auth/
implementation 'org.adeptnet:auth:1.0.1'
// https://jarcasting.com/artifacts/org.adeptnet/auth/
implementation ("org.adeptnet:auth:1.0.1")
'org.adeptnet:auth:pom:1.0.1'
<dependency org="org.adeptnet" name="auth" rev="1.0.1">
  <artifact name="auth" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.adeptnet', module='auth', version='1.0.1')
)
libraryDependencies += "org.adeptnet" % "auth" % "1.0.1"
[org.adeptnet/auth "1.0.1"]