| Categories | 
                CategoriesIDE Development Tools | 
        
|---|---|
| GroupId | GroupIdorg.wso2.ei | 
    
| ArtifactId | ArtifactIdorg.wso2.micro.integrator.identity.xacml.mediator.feature | 
    
| Version | Version4.1.0-alpha | 
        
| 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>4.1.0-alpha</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:4.1.0-alpha'
                // 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:4.1.0-alpha")
                'org.wso2.ei:org.wso2.micro.integrator.identity.xacml.mediator.feature:pom:4.1.0-alpha'
                <dependency org="org.wso2.ei" name="org.wso2.micro.integrator.identity.xacml.mediator.feature" rev="4.1.0-alpha">
  <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='4.1.0-alpha')
)
                libraryDependencies += "org.wso2.ei" % "org.wso2.micro.integrator.identity.xacml.mediator.feature" % "4.1.0-alpha"
                [org.wso2.ei/org.wso2.micro.integrator.identity.xacml.mediator.feature "4.1.0-alpha"]