License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.vnation |
ArtifactId | ArtifactIdsaml-client |
Version | Version4.0.1 |
Type | Typejar |
Description |
Descriptioncom.github.vnation:saml-client
Dead simple client for obtaining authentication from SAML identity provider
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
saml-client-4.0.1.pom | |
saml-client-4.0.1.jar | 38 KB |
saml-client-4.0.1-sources.jar | 23 KB |
saml-client-4.0.1-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vnation/saml-client/ -->
<dependency>
<groupId>com.github.vnation</groupId>
<artifactId>saml-client</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vnation/saml-client/
implementation 'com.github.vnation:saml-client:4.0.1'
// https://jarcasting.com/artifacts/com.github.vnation/saml-client/
implementation ("com.github.vnation:saml-client:4.0.1")
'com.github.vnation:saml-client:jar:4.0.1'
<dependency org="com.github.vnation" name="saml-client" rev="4.0.1">
<artifact name="saml-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vnation', module='saml-client', version='4.0.1')
)
libraryDependencies += "com.github.vnation" % "saml-client" % "4.0.1"
[com.github.vnation/saml-client "4.0.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.opensaml : opensaml-core | jar | 3.4.5 |
org.opensaml : opensaml-saml-api | jar | 3.4.5 |
org.opensaml : opensaml-saml-impl | jar | 3.4.5 |
org.bouncycastle : bcprov-jdk15on | jar | 1.65.01 |
commons-collections : commons-collections | jar | 3.2.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.commons : commons-lang3 | jar | 3.10 |
commons-io : commons-io | jar | 2.7 |
commons-codec : commons-codec | jar | 1.14 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |