| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаorg.wso2.carbon.identity.inbound.auth.sts |
| Идентификатор | Идентификаторorg.wso2.carbon.sts.connector.feature |
| Последняя версия | Последняя версия5.7.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSTS Common feature
This feature contains the core bundles required for Back-end functionality of STS
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| org.wso2.carbon.sts.connector.feature-5.7.1.pom | |
| org.wso2.carbon.sts.connector.feature-5.7.1.zip | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.sts/org.wso2.carbon.sts.connector.feature/ -->
<dependency>
<groupId>org.wso2.carbon.identity.inbound.auth.sts</groupId>
<artifactId>org.wso2.carbon.sts.connector.feature</artifactId>
<version>5.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.sts/org.wso2.carbon.sts.connector.feature/
implementation 'org.wso2.carbon.identity.inbound.auth.sts:org.wso2.carbon.sts.connector.feature:5.7.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.sts/org.wso2.carbon.sts.connector.feature/
implementation ("org.wso2.carbon.identity.inbound.auth.sts:org.wso2.carbon.sts.connector.feature:5.7.1")
'org.wso2.carbon.identity.inbound.auth.sts:org.wso2.carbon.sts.connector.feature:pom:5.7.1'
<dependency org="org.wso2.carbon.identity.inbound.auth.sts" name="org.wso2.carbon.sts.connector.feature" rev="5.7.1">
<artifact name="org.wso2.carbon.sts.connector.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.inbound.auth.sts', module='org.wso2.carbon.sts.connector.feature', version='5.7.1')
)
libraryDependencies += "org.wso2.carbon.identity.inbound.auth.sts" % "org.wso2.carbon.sts.connector.feature" % "5.7.1"
[org.wso2.carbon.identity.inbound.auth.sts/org.wso2.carbon.sts.connector.feature "5.7.1"]