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