<dependency>
<groupId>org.wso2.carbon.dashboards</groupId>
<artifactId>org.wso2.carbon.dashboards.migration.tool.feature</artifactId>
<version>2.0.27</version>
</dependency>
implementation group: 'org.wso2.carbon.dashboards', name: 'org.wso2.carbon.dashboards.migration.tool.feature', version: '2.0.27'
implementation 'org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.migration.tool.feature:2.0.27'
implementation("org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.migration.tool.feature:2.0.27")
libraryDependencies += "org.wso2.carbon.dashboards" % "org.wso2.carbon.dashboards.migration.tool.feature" % "2.0.27"
<dependency org="org.wso2.carbon.dashboards" name="org.wso2.carbon.dashboards.migration.tool.feature" rev="2.0.27"/>
@Grapes(
@Grab(group='org.wso2.carbon.dashboards', module='org.wso2.carbon.dashboards.migration.tool.feature', version='2.0.27')
)
[org.wso2.carbon.dashboards/org.wso2.carbon.dashboards.migration.tool.feature "2.0.27"]
'org.wso2.carbon.dashboards:org.wso2.carbon.dashboards.migration.tool.feature:jar:2.0.27'