<dependency>
<groupId>org.wso2.carbon.dashboards</groupId>
<artifactId>org.wso2.carbon.dashboards.sample.store.provider.feature</artifactId>
<version>3.0.0-m3</version>
</dependency>
implementation group: 'org.wso2.carbon.dashboards', name: 'org.wso2.carbon.dashboards.sample.store.provider.feature', version: '3.0.0-m3'
implementation 'org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.sample.store.provider.feature:3.0.0-m3'
implementation("org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.sample.store.provider.feature:3.0.0-m3")
libraryDependencies += "org.wso2.carbon.dashboards" % "org.wso2.carbon.dashboards.sample.store.provider.feature" % "3.0.0-m3"
<dependency org="org.wso2.carbon.dashboards" name="org.wso2.carbon.dashboards.sample.store.provider.feature" rev="3.0.0-m3"/>
@Grapes(
@Grab(group='org.wso2.carbon.dashboards', module='org.wso2.carbon.dashboards.sample.store.provider.feature', version='3.0.0-m3')
)
[org.wso2.carbon.dashboards/org.wso2.carbon.dashboards.sample.store.provider.feature "3.0.0-m3"]
'org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.sample.store.provider.feature:jar:3.0.0-m3'