Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.framework |
ArtifactId | ArtifactIdrole-mgt-feature |
Version | Version5.20.101 |
Type | Typepom |
Filename | Size |
---|---|
role-mgt-feature-5.20.101.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/role-mgt-feature/ -->
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>role-mgt-feature</artifactId>
<version>5.20.101</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/role-mgt-feature/
implementation 'org.wso2.carbon.identity.framework:role-mgt-feature:5.20.101'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/role-mgt-feature/
implementation ("org.wso2.carbon.identity.framework:role-mgt-feature:5.20.101")
'org.wso2.carbon.identity.framework:role-mgt-feature:pom:5.20.101'
<dependency org="org.wso2.carbon.identity.framework" name="role-mgt-feature" rev="5.20.101">
<artifact name="role-mgt-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.framework', module='role-mgt-feature', version='5.20.101')
)
libraryDependencies += "org.wso2.carbon.identity.framework" % "role-mgt-feature" % "5.20.101"
[org.wso2.carbon.identity.framework/role-mgt-feature "5.20.101"]