GroupId | GroupIdorg.wso2.carbon.dashboards |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.dashboards.api.feature |
Version | Version4.1.24 |
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>4.1.24</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:4.1.24'
// 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:4.1.24")
'org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.api.feature:pom:4.1.24'
<dependency org="org.wso2.carbon.dashboards" name="org.wso2.carbon.dashboards.api.feature" rev="4.1.24">
<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='4.1.24')
)
libraryDependencies += "org.wso2.carbon.dashboards" % "org.wso2.carbon.dashboards.api.feature" % "4.1.24"
[org.wso2.carbon.dashboards/org.wso2.carbon.dashboards.api.feature "4.1.24"]