License |
License |
---|---|
GroupId | GroupIdorg.wso2.carbon.commons |
ArtifactId | ArtifactIdorg.wso2.carbon.user.mgt.ui.feature |
Version | Version4.4.9 |
Type | Typepom |
Description |
DescriptionUser Manager UI Feature
This feature contains the core bundles required for UI user management
functionality
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/org.wso2.carbon.user.mgt.ui.feature/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.user.mgt.ui.feature</artifactId>
<version>4.4.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/org.wso2.carbon.user.mgt.ui.feature/
implementation 'org.wso2.carbon.commons:org.wso2.carbon.user.mgt.ui.feature:4.4.9'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/org.wso2.carbon.user.mgt.ui.feature/
implementation ("org.wso2.carbon.commons:org.wso2.carbon.user.mgt.ui.feature:4.4.9")
'org.wso2.carbon.commons:org.wso2.carbon.user.mgt.ui.feature:pom:4.4.9'
<dependency org="org.wso2.carbon.commons" name="org.wso2.carbon.user.mgt.ui.feature" rev="4.4.9">
<artifact name="org.wso2.carbon.user.mgt.ui.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='org.wso2.carbon.user.mgt.ui.feature', version='4.4.9')
)
libraryDependencies += "org.wso2.carbon.commons" % "org.wso2.carbon.user.mgt.ui.feature" % "4.4.9"
[org.wso2.carbon.commons/org.wso2.carbon.user.mgt.ui.feature "4.4.9"]