| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesData | 
        
| GroupId | GroupIdorg.wso2.carbon.data | 
    
| ArtifactId | ArtifactIdorg.wso2.carbon.dataservices.ui.feature | 
    
| Last Version | Last Version4.5.1516 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionData Service Hosting UI Feature 
            This feature contains the bundles required for Front-end Data Service hosting functionality 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.data/org.wso2.carbon.dataservices.ui.feature/ -->
<dependency>
    <groupId>org.wso2.carbon.data</groupId>
    <artifactId>org.wso2.carbon.dataservices.ui.feature</artifactId>
    <version>4.5.1516</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.wso2.carbon.data/org.wso2.carbon.dataservices.ui.feature/
implementation 'org.wso2.carbon.data:org.wso2.carbon.dataservices.ui.feature:4.5.1516'
                // https://jarcasting.com/artifacts/org.wso2.carbon.data/org.wso2.carbon.dataservices.ui.feature/
implementation ("org.wso2.carbon.data:org.wso2.carbon.dataservices.ui.feature:4.5.1516")
                'org.wso2.carbon.data:org.wso2.carbon.dataservices.ui.feature:pom:4.5.1516'
                <dependency org="org.wso2.carbon.data" name="org.wso2.carbon.dataservices.ui.feature" rev="4.5.1516">
  <artifact name="org.wso2.carbon.dataservices.ui.feature" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.wso2.carbon.data', module='org.wso2.carbon.dataservices.ui.feature', version='4.5.1516')
)
                libraryDependencies += "org.wso2.carbon.data" % "org.wso2.carbon.dataservices.ui.feature" % "4.5.1516"
                [org.wso2.carbon.data/org.wso2.carbon.dataservices.ui.feature "4.5.1516"]