r

role-mgt

This is a Carbon bundle that represent the Role Management Module.
http://wso2.org
Files download
File Operation
role-mgt-7.2.16.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.identity.framework</groupId>
  <artifactId>role-mgt</artifactId>
  <version>7.2.16</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.identity.framework:role-mgt:7.2.16'
Gradle Kotlin
implementation("org.wso2.carbon.identity.framework:role-mgt:7.2.16")
Scala SBT
libraryDependencies += "org.wso2.carbon.identity.framework" % "role-mgt" % "7.2.16"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.identity.framework', module='role-mgt', version='7.2.16')
)
Apache Ivy
<dependency org="org.wso2.carbon.identity.framework" name="role-mgt" rev="7.2.16" />
Leiningen
[org.wso2.carbon.identity.framework/role-mgt "7.2.16"]
Apache Buildr
'org.wso2.carbon.identity.framework:role-mgt:jar:7.2.16'