GroupId | GroupIdorg.wso2.carbon.analytics |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.status.dashboard.web |
Version | Version2.0.183 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.analytics/org.wso2.carbon.status.dashboard.web/ -->
<dependency>
<groupId>org.wso2.carbon.analytics</groupId>
<artifactId>org.wso2.carbon.status.dashboard.web</artifactId>
<version>2.0.183</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.analytics/org.wso2.carbon.status.dashboard.web/
implementation 'org.wso2.carbon.analytics:org.wso2.carbon.status.dashboard.web:2.0.183'
// https://jarcasting.com/artifacts/org.wso2.carbon.analytics/org.wso2.carbon.status.dashboard.web/
implementation ("org.wso2.carbon.analytics:org.wso2.carbon.status.dashboard.web:2.0.183")
'org.wso2.carbon.analytics:org.wso2.carbon.status.dashboard.web:jar:2.0.183'
<dependency org="org.wso2.carbon.analytics" name="org.wso2.carbon.status.dashboard.web" rev="2.0.183">
<artifact name="org.wso2.carbon.status.dashboard.web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.analytics', module='org.wso2.carbon.status.dashboard.web', version='2.0.183')
)
libraryDependencies += "org.wso2.carbon.analytics" % "org.wso2.carbon.status.dashboard.web" % "2.0.183"
[org.wso2.carbon.analytics/org.wso2.carbon.status.dashboard.web "2.0.183"]