Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.agent.entitlement.filter |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.xacml.filter.feature |
Version | Version5.1.2 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.agent.entitlement.filter/org.wso2.carbon.identity.xacml.filter.feature/ -->
<dependency>
<groupId>org.wso2.carbon.identity.agent.entitlement.filter</groupId>
<artifactId>org.wso2.carbon.identity.xacml.filter.feature</artifactId>
<version>5.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.agent.entitlement.filter/org.wso2.carbon.identity.xacml.filter.feature/
implementation 'org.wso2.carbon.identity.agent.entitlement.filter:org.wso2.carbon.identity.xacml.filter.feature:5.1.2'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.agent.entitlement.filter/org.wso2.carbon.identity.xacml.filter.feature/
implementation ("org.wso2.carbon.identity.agent.entitlement.filter:org.wso2.carbon.identity.xacml.filter.feature:5.1.2")
'org.wso2.carbon.identity.agent.entitlement.filter:org.wso2.carbon.identity.xacml.filter.feature:pom:5.1.2'
<dependency org="org.wso2.carbon.identity.agent.entitlement.filter" name="org.wso2.carbon.identity.xacml.filter.feature" rev="5.1.2">
<artifact name="org.wso2.carbon.identity.xacml.filter.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.agent.entitlement.filter', module='org.wso2.carbon.identity.xacml.filter.feature', version='5.1.2')
)
libraryDependencies += "org.wso2.carbon.identity.agent.entitlement.filter" % "org.wso2.carbon.identity.xacml.filter.feature" % "5.1.2"
[org.wso2.carbon.identity.agent.entitlement.filter/org.wso2.carbon.identity.xacml.filter.feature "5.1.2"]