r

role-mgt

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