Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.framework |
ArtifactId | ArtifactIdxacml-feature |
Version | Version5.18.21 |
Type | Typepom |
Filename | Size |
---|---|
xacml-feature-5.18.21.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/xacml-feature/ -->
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>xacml-feature</artifactId>
<version>5.18.21</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/xacml-feature/
implementation 'org.wso2.carbon.identity.framework:xacml-feature:5.18.21'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/xacml-feature/
implementation ("org.wso2.carbon.identity.framework:xacml-feature:5.18.21")
'org.wso2.carbon.identity.framework:xacml-feature:pom:5.18.21'
<dependency org="org.wso2.carbon.identity.framework" name="xacml-feature" rev="5.18.21">
<artifact name="xacml-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.framework', module='xacml-feature', version='5.18.21')
)
libraryDependencies += "org.wso2.carbon.identity.framework" % "xacml-feature" % "5.18.21"
[org.wso2.carbon.identity.framework/xacml-feature "5.18.21"]