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