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