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