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