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