| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdorg.adeptnet.auth |
| ArtifactId | ArtifactIdauth-saml |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionauth-saml
This is the org.adeptnet.auth common library for Kerbros / SAML Authentication
|
| Filename | Size |
|---|---|
| auth-saml-1.0.4.pom | |
| auth-saml-1.0.4.jar | 25 KB |
| auth-saml-1.0.4-sources.jar | 17 KB |
| auth-saml-1.0.4-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.adeptnet.auth/auth-saml/ -->
<dependency>
<groupId>org.adeptnet.auth</groupId>
<artifactId>auth-saml</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.adeptnet.auth/auth-saml/
implementation 'org.adeptnet.auth:auth-saml:1.0.4'
// https://jarcasting.com/artifacts/org.adeptnet.auth/auth-saml/
implementation ("org.adeptnet.auth:auth-saml:1.0.4")
'org.adeptnet.auth:auth-saml:jar:1.0.4'
<dependency org="org.adeptnet.auth" name="auth-saml" rev="1.0.4">
<artifact name="auth-saml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.adeptnet.auth', module='auth-saml', version='1.0.4')
)
libraryDependencies += "org.adeptnet.auth" % "auth-saml" % "1.0.4"
[org.adeptnet.auth/auth-saml "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.opensaml : opensaml | jar | 2.6.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | [1.0,1.1) |
| javax.servlet : javax.servlet-api | jar | [3.0,3.1) |