| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаorg.wso2.carbon.identity.framework |
| Идентификатор | Идентификаторxacml-feature |
| Версия | Версия5.11.98 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| xacml-feature-5.11.98.pom | 1 KB |
| Обзор |
<!-- 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.11.98</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.11.98'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/xacml-feature/
implementation ("org.wso2.carbon.identity.framework:xacml-feature:5.11.98")
'org.wso2.carbon.identity.framework:xacml-feature:pom:5.11.98'
<dependency org="org.wso2.carbon.identity.framework" name="xacml-feature" rev="5.11.98">
<artifact name="xacml-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.framework', module='xacml-feature', version='5.11.98')
)
libraryDependencies += "org.wso2.carbon.identity.framework" % "xacml-feature" % "5.11.98"
[org.wso2.carbon.identity.framework/xacml-feature "5.11.98"]