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