| GroupId | GroupIdorg.wso2.carbon.dashboards |
|---|---|
| ArtifactId | ArtifactIdcarbon-dashboards |
| Version | Version2.0.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| carbon-dashboards-2.0.3.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.dashboards/carbon-dashboards/ -->
<dependency>
<groupId>org.wso2.carbon.dashboards</groupId>
<artifactId>carbon-dashboards</artifactId>
<version>2.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.dashboards/carbon-dashboards/
implementation 'org.wso2.carbon.dashboards:carbon-dashboards:2.0.3'
// https://jarcasting.com/artifacts/org.wso2.carbon.dashboards/carbon-dashboards/
implementation ("org.wso2.carbon.dashboards:carbon-dashboards:2.0.3")
'org.wso2.carbon.dashboards:carbon-dashboards:pom:2.0.3'
<dependency org="org.wso2.carbon.dashboards" name="carbon-dashboards" rev="2.0.3">
<artifact name="carbon-dashboards" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.dashboards', module='carbon-dashboards', version='2.0.3')
)
libraryDependencies += "org.wso2.carbon.dashboards" % "carbon-dashboards" % "2.0.3"
[org.wso2.carbon.dashboards/carbon-dashboards "2.0.3"]