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