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