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