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