Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.wso2.carbon.commons |
ArtifactId | ArtifactIdndatasource |
Version | Version4.4.0 |
Type | Typepom |
Filename | Size |
---|---|
ndatasource-4.4.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/ndatasource/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>ndatasource</artifactId>
<version>4.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/ndatasource/
implementation 'org.wso2.carbon.commons:ndatasource:4.4.0'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/ndatasource/
implementation ("org.wso2.carbon.commons:ndatasource:4.4.0")
'org.wso2.carbon.commons:ndatasource:pom:4.4.0'
<dependency org="org.wso2.carbon.commons" name="ndatasource" rev="4.4.0">
<artifact name="ndatasource" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='ndatasource', version='4.4.0')
)
libraryDependencies += "org.wso2.carbon.commons" % "ndatasource" % "4.4.0"
[org.wso2.carbon.commons/ndatasource "4.4.0"]