GroupId | GroupIdorg.jasig.service |
---|---|
ArtifactId | ArtifactIddelegated-saml-authentication |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
delegated-saml-authentication-1.0.pom | |
delegated-saml-authentication-1.0.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.service/delegated-saml-authentication/ -->
<dependency>
<groupId>org.jasig.service</groupId>
<artifactId>delegated-saml-authentication</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.service/delegated-saml-authentication/
implementation 'org.jasig.service:delegated-saml-authentication:1.0'
// https://jarcasting.com/artifacts/org.jasig.service/delegated-saml-authentication/
implementation ("org.jasig.service:delegated-saml-authentication:1.0")
'org.jasig.service:delegated-saml-authentication:jar:1.0'
<dependency org="org.jasig.service" name="delegated-saml-authentication" rev="1.0">
<artifact name="delegated-saml-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.service', module='delegated-saml-authentication', version='1.0')
)
libraryDependencies += "org.jasig.service" % "delegated-saml-authentication" % "1.0"
[org.jasig.service/delegated-saml-authentication "1.0"]