| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаorg.wso2.carbon.identity.oauth.uma |
| Идентификатор | Идентификаторorg.wso2.carbon.identity.oauth.uma.server.feature |
| Последняя версия | Последняя версия1.3.7 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWSO2 Carbon - UMA 2.0 Protection API Feature
This feature contains the core bundles required for Back-end UMA 2.0 Protection API functionality
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.oauth.uma/org.wso2.carbon.identity.oauth.uma.server.feature/ -->
<dependency>
<groupId>org.wso2.carbon.identity.oauth.uma</groupId>
<artifactId>org.wso2.carbon.identity.oauth.uma.server.feature</artifactId>
<version>1.3.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.oauth.uma/org.wso2.carbon.identity.oauth.uma.server.feature/
implementation 'org.wso2.carbon.identity.oauth.uma:org.wso2.carbon.identity.oauth.uma.server.feature:1.3.7'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.oauth.uma/org.wso2.carbon.identity.oauth.uma.server.feature/
implementation ("org.wso2.carbon.identity.oauth.uma:org.wso2.carbon.identity.oauth.uma.server.feature:1.3.7")
'org.wso2.carbon.identity.oauth.uma:org.wso2.carbon.identity.oauth.uma.server.feature:pom:1.3.7'
<dependency org="org.wso2.carbon.identity.oauth.uma" name="org.wso2.carbon.identity.oauth.uma.server.feature" rev="1.3.7">
<artifact name="org.wso2.carbon.identity.oauth.uma.server.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.oauth.uma', module='org.wso2.carbon.identity.oauth.uma.server.feature', version='1.3.7')
)
libraryDependencies += "org.wso2.carbon.identity.oauth.uma" % "org.wso2.carbon.identity.oauth.uma.server.feature" % "1.3.7"
[org.wso2.carbon.identity.oauth.uma/org.wso2.carbon.identity.oauth.uma.server.feature "1.3.7"]