GroupId | GroupIdorg.wso2.carbon.dashboards |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.dashboards.api.feature |
Version | Version3.0.0-m2 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.dashboards/org.wso2.carbon.dashboards.api.feature/ -->
<dependency>
<groupId>org.wso2.carbon.dashboards</groupId>
<artifactId>org.wso2.carbon.dashboards.api.feature</artifactId>
<version>3.0.0-m2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.dashboards/org.wso2.carbon.dashboards.api.feature/
implementation 'org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.api.feature:3.0.0-m2'
// https://jarcasting.com/artifacts/org.wso2.carbon.dashboards/org.wso2.carbon.dashboards.api.feature/
implementation ("org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.api.feature:3.0.0-m2")
'org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.api.feature:pom:3.0.0-m2'
<dependency org="org.wso2.carbon.dashboards" name="org.wso2.carbon.dashboards.api.feature" rev="3.0.0-m2">
<artifact name="org.wso2.carbon.dashboards.api.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.dashboards', module='org.wso2.carbon.dashboards.api.feature', version='3.0.0-m2')
)
libraryDependencies += "org.wso2.carbon.dashboards" % "org.wso2.carbon.dashboards.api.feature" % "3.0.0-m2"
[org.wso2.carbon.dashboards/org.wso2.carbon.dashboards.api.feature "3.0.0-m2"]