is not current version
Last Version 4.0.1

com.github.vnation:saml-client 0.0.1

Dead simple client for obtaining authentication from SAML identity provider

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.vnation
ArtifactId

ArtifactId

saml-client
Version

Version

0.0.1
Type

Type

jar

Download saml-client 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.vnation/saml-client/ -->
<dependency>
    <groupId>com.github.vnation</groupId>
    <artifactId>saml-client</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vnation/saml-client/
implementation 'com.github.vnation:saml-client:0.0.1'
// https://jarcasting.com/artifacts/com.github.vnation/saml-client/
implementation ("com.github.vnation:saml-client:0.0.1")
'com.github.vnation:saml-client:jar:0.0.1'
<dependency org="com.github.vnation" name="saml-client" rev="0.0.1">
  <artifact name="saml-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vnation', module='saml-client', version='0.0.1')
)
libraryDependencies += "com.github.vnation" % "saml-client" % "0.0.1"
[com.github.vnation/saml-client "0.0.1"]