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