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