| Categories | CategoriesData | 
|---|---|
| GroupId | GroupIdorg.wso2.carbon.datasources | 
| ArtifactId | ArtifactIdwso2carbon-datasource | 
| Version | Version1.0.0-alpha | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| wso2carbon-datasource-1.0.0-alpha.pom | |
| wso2carbon-datasource-1.0.0-alpha.zip | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.datasources/wso2carbon-datasource/ -->
<dependency>
    <groupId>org.wso2.carbon.datasources</groupId>
    <artifactId>wso2carbon-datasource</artifactId>
    <version>1.0.0-alpha</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.wso2.carbon.datasources/wso2carbon-datasource/
implementation 'org.wso2.carbon.datasources:wso2carbon-datasource:1.0.0-alpha'// https://jarcasting.com/artifacts/org.wso2.carbon.datasources/wso2carbon-datasource/
implementation ("org.wso2.carbon.datasources:wso2carbon-datasource:1.0.0-alpha")'org.wso2.carbon.datasources:wso2carbon-datasource:pom:1.0.0-alpha'<dependency org="org.wso2.carbon.datasources" name="wso2carbon-datasource" rev="1.0.0-alpha">
  <artifact name="wso2carbon-datasource" type="pom" />
</dependency>@Grapes(
@Grab(group='org.wso2.carbon.datasources', module='wso2carbon-datasource', version='1.0.0-alpha')
)libraryDependencies += "org.wso2.carbon.datasources" % "wso2carbon-datasource" % "1.0.0-alpha"[org.wso2.carbon.datasources/wso2carbon-datasource "1.0.0-alpha"]