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