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