| Categories | 
                CategoriesData | 
        
|---|---|
| GroupId | GroupIdorg.wso2.carbon.data | 
    
| ArtifactId | ArtifactIdorg.wso2.carbon.dataservices.task.server.feature | 
    
| Version | Version4.3.5-alpha | 
        
| Type | Typepom | 
    
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.data/org.wso2.carbon.dataservices.task.server.feature/ -->
<dependency>
    <groupId>org.wso2.carbon.data</groupId>
    <artifactId>org.wso2.carbon.dataservices.task.server.feature</artifactId>
    <version>4.3.5-alpha</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.wso2.carbon.data/org.wso2.carbon.dataservices.task.server.feature/
implementation 'org.wso2.carbon.data:org.wso2.carbon.dataservices.task.server.feature:4.3.5-alpha'
                // https://jarcasting.com/artifacts/org.wso2.carbon.data/org.wso2.carbon.dataservices.task.server.feature/
implementation ("org.wso2.carbon.data:org.wso2.carbon.dataservices.task.server.feature:4.3.5-alpha")
                'org.wso2.carbon.data:org.wso2.carbon.dataservices.task.server.feature:pom:4.3.5-alpha'
                <dependency org="org.wso2.carbon.data" name="org.wso2.carbon.dataservices.task.server.feature" rev="4.3.5-alpha">
  <artifact name="org.wso2.carbon.dataservices.task.server.feature" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.wso2.carbon.data', module='org.wso2.carbon.dataservices.task.server.feature', version='4.3.5-alpha')
)
                libraryDependencies += "org.wso2.carbon.data" % "org.wso2.carbon.dataservices.task.server.feature" % "4.3.5-alpha"
                [org.wso2.carbon.data/org.wso2.carbon.dataservices.task.server.feature "4.3.5-alpha"]