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