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