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