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