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