GroupId | GroupIdorg.wso2.carbon.dashboards.samples.widgets |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.dashboards.samples.widgets.customers-by-product |
Version | Version4.1.2 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.dashboards.samples.widgets/org.wso2.carbon.dashboards.samples.widgets.customers-by-product/ -->
<dependency>
<groupId>org.wso2.carbon.dashboards.samples.widgets</groupId>
<artifactId>org.wso2.carbon.dashboards.samples.widgets.customers-by-product</artifactId>
<version>4.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.dashboards.samples.widgets/org.wso2.carbon.dashboards.samples.widgets.customers-by-product/
implementation 'org.wso2.carbon.dashboards.samples.widgets:org.wso2.carbon.dashboards.samples.widgets.customers-by-product:4.1.2'
// https://jarcasting.com/artifacts/org.wso2.carbon.dashboards.samples.widgets/org.wso2.carbon.dashboards.samples.widgets.customers-by-product/
implementation ("org.wso2.carbon.dashboards.samples.widgets:org.wso2.carbon.dashboards.samples.widgets.customers-by-product:4.1.2")
'org.wso2.carbon.dashboards.samples.widgets:org.wso2.carbon.dashboards.samples.widgets.customers-by-product:pom:4.1.2'
<dependency org="org.wso2.carbon.dashboards.samples.widgets" name="org.wso2.carbon.dashboards.samples.widgets.customers-by-product" rev="4.1.2">
<artifact name="org.wso2.carbon.dashboards.samples.widgets.customers-by-product" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.dashboards.samples.widgets', module='org.wso2.carbon.dashboards.samples.widgets.customers-by-product', version='4.1.2')
)
libraryDependencies += "org.wso2.carbon.dashboards.samples.widgets" % "org.wso2.carbon.dashboards.samples.widgets.customers-by-product" % "4.1.2"
[org.wso2.carbon.dashboards.samples.widgets/org.wso2.carbon.dashboards.samples.widgets.customers-by-product "4.1.2"]