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