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