<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.role.mgt.ui.feature</artifactId>
<version>7.0.28</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.framework', name: 'org.wso2.carbon.role.mgt.ui.feature', version: '7.0.28'
implementation 'org.wso2.carbon.identity.framework:org.wso2.carbon.role.mgt.ui.feature:7.0.28'
implementation("org.wso2.carbon.identity.framework:org.wso2.carbon.role.mgt.ui.feature:7.0.28")
libraryDependencies += "org.wso2.carbon.identity.framework" % "org.wso2.carbon.role.mgt.ui.feature" % "7.0.28"
<dependency org="org.wso2.carbon.identity.framework" name="org.wso2.carbon.role.mgt.ui.feature" rev="7.0.28"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.framework', module='org.wso2.carbon.role.mgt.ui.feature', version='7.0.28')
)
[org.wso2.carbon.identity.framework/org.wso2.carbon.role.mgt.ui.feature "7.0.28"]
'org.wso2.carbon.identity.framework:org.wso2.carbon.role.mgt.ui.feature:jar:7.0.28'