<dependency>
<groupId>org.wso2.carbon.dashboards.samples.widgets</groupId>
<artifactId>org.wso2.carbon.dashboards.samples.widgets.universal-widget</artifactId>
<version>4.0.13</version>
</dependency>
implementation group: 'org.wso2.carbon.dashboards.samples.widgets', name: 'org.wso2.carbon.dashboards.samples.widgets.universal-widget', version: '4.0.13'
implementation 'org.wso2.carbon.dashboards.samples.widgets:org.wso2.carbon.dashboards.samples.widgets.universal-widget:4.0.13'
implementation("org.wso2.carbon.dashboards.samples.widgets:org.wso2.carbon.dashboards.samples.widgets.universal-widget:4.0.13")
libraryDependencies += "org.wso2.carbon.dashboards.samples.widgets" % "org.wso2.carbon.dashboards.samples.widgets.universal-widget" % "4.0.13"
<dependency org="org.wso2.carbon.dashboards.samples.widgets" name="org.wso2.carbon.dashboards.samples.widgets.universal-widget" rev="4.0.13"/>
@Grapes(
@Grab(group='org.wso2.carbon.dashboards.samples.widgets', module='org.wso2.carbon.dashboards.samples.widgets.universal-widget', version='4.0.13')
)
[org.wso2.carbon.dashboards.samples.widgets/org.wso2.carbon.dashboards.samples.widgets.universal-widget "4.0.13"]
'org.wso2.carbon.dashboards.samples.widgets:org.wso2.carbon.dashboards.samples.widgets.universal-widget:jar:4.0.13'