r

role-mgt

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