| Categories | 
                CategoriesIDE Development Tools | 
        
|---|---|
| GroupId | GroupIdorg.wso2.ei | 
    
| ArtifactId | ArtifactIdorg.wso2.micro.integrator.identity.xacml.mediator.feature | 
    
| Version | Version1.1.0-beta3 | 
        
| Type | Typepom | 
    
<!-- https://jarcasting.com/artifacts/org.wso2.ei/org.wso2.micro.integrator.identity.xacml.mediator.feature/ -->
<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>org.wso2.micro.integrator.identity.xacml.mediator.feature</artifactId>
    <version>1.1.0-beta3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.wso2.ei/org.wso2.micro.integrator.identity.xacml.mediator.feature/
implementation 'org.wso2.ei:org.wso2.micro.integrator.identity.xacml.mediator.feature:1.1.0-beta3'
                // https://jarcasting.com/artifacts/org.wso2.ei/org.wso2.micro.integrator.identity.xacml.mediator.feature/
implementation ("org.wso2.ei:org.wso2.micro.integrator.identity.xacml.mediator.feature:1.1.0-beta3")
                'org.wso2.ei:org.wso2.micro.integrator.identity.xacml.mediator.feature:pom:1.1.0-beta3'
                <dependency org="org.wso2.ei" name="org.wso2.micro.integrator.identity.xacml.mediator.feature" rev="1.1.0-beta3">
  <artifact name="org.wso2.micro.integrator.identity.xacml.mediator.feature" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.wso2.ei', module='org.wso2.micro.integrator.identity.xacml.mediator.feature', version='1.1.0-beta3')
)
                libraryDependencies += "org.wso2.ei" % "org.wso2.micro.integrator.identity.xacml.mediator.feature" % "1.1.0-beta3"
                [org.wso2.ei/org.wso2.micro.integrator.identity.xacml.mediator.feature "1.1.0-beta3"]