<dependency>
<groupId>org.wso2.carbon.identity.user.ws</groupId>
<artifactId>org.wso2.carbon.um.ws.service.client.feature</artifactId>
<version>5.7.3</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.user.ws', name: 'org.wso2.carbon.um.ws.service.client.feature', version: '5.7.3'
implementation 'org.wso2.carbon.identity.user.ws:org.wso2.carbon.um.ws.service.client.feature:5.7.3'
implementation("org.wso2.carbon.identity.user.ws:org.wso2.carbon.um.ws.service.client.feature:5.7.3")
libraryDependencies += "org.wso2.carbon.identity.user.ws" % "org.wso2.carbon.um.ws.service.client.feature" % "5.7.3"
<dependency org="org.wso2.carbon.identity.user.ws" name="org.wso2.carbon.um.ws.service.client.feature" rev="5.7.3"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.user.ws', module='org.wso2.carbon.um.ws.service.client.feature', version='5.7.3')
)
[org.wso2.carbon.identity.user.ws/org.wso2.carbon.um.ws.service.client.feature "5.7.3"]
'org.wso2.carbon.identity.user.ws:org.wso2.carbon.um.ws.service.client.feature:jar:5.7.3'