<dependency>
<groupId>org.wso2.carbon.identity.authenticator.outbound.saml2sso</groupId>
<artifactId>identity-auth-outbound-saml2sso</artifactId>
<version>6.0.2</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.authenticator.outbound.saml2sso', name: 'identity-auth-outbound-saml2sso', version: '6.0.2'
implementation 'org.wso2.carbon.identity.authenticator.outbound.saml2sso:identity-auth-outbound-saml2sso:6.0.2'
implementation("org.wso2.carbon.identity.authenticator.outbound.saml2sso:identity-auth-outbound-saml2sso:6.0.2")
libraryDependencies += "org.wso2.carbon.identity.authenticator.outbound.saml2sso" % "identity-auth-outbound-saml2sso" % "6.0.2"
<dependency org="org.wso2.carbon.identity.authenticator.outbound.saml2sso" name="identity-auth-outbound-saml2sso" rev="6.0.2"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.authenticator.outbound.saml2sso', module='identity-auth-outbound-saml2sso', version='6.0.2')
)
[org.wso2.carbon.identity.authenticator.outbound.saml2sso/identity-auth-outbound-saml2sso "6.0.2"]
'org.wso2.carbon.identity.authenticator.outbound.saml2sso:identity-auth-outbound-saml2sso:jar:6.0.2'