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