<dependency>
<groupId>org.wso2.carbon.identity.user.api</groupId>
<artifactId>org.wso2.carbon.identity.api.user.onboard</artifactId>
<version>1.3.33</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.user.api', name: 'org.wso2.carbon.identity.api.user.onboard', version: '1.3.33'
implementation 'org.wso2.carbon.identity.user.api:org.wso2.carbon.identity.api.user.onboard:1.3.33'
implementation("org.wso2.carbon.identity.user.api:org.wso2.carbon.identity.api.user.onboard:1.3.33")
libraryDependencies += "org.wso2.carbon.identity.user.api" % "org.wso2.carbon.identity.api.user.onboard" % "1.3.33"
<dependency org="org.wso2.carbon.identity.user.api" name="org.wso2.carbon.identity.api.user.onboard" rev="1.3.33"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.user.api', module='org.wso2.carbon.identity.api.user.onboard', version='1.3.33')
)
[org.wso2.carbon.identity.user.api/org.wso2.carbon.identity.api.user.onboard "1.3.33"]
'org.wso2.carbon.identity.user.api:org.wso2.carbon.identity.api.user.onboard:jar:1.3.33'