| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаorg.wso2.carbon.identity.inbound.auth.sts |
| Идентификатор | Идентификаторorg.wso2.carbon.sts.connector |
| Последняя версия | Последняя версия5.7.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWSO2 Carbon - WS-Trust Connector
WS-Trust connector components
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.sts/org.wso2.carbon.sts.connector/ -->
<dependency>
<groupId>org.wso2.carbon.identity.inbound.auth.sts</groupId>
<artifactId>org.wso2.carbon.sts.connector</artifactId>
<version>5.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.sts/org.wso2.carbon.sts.connector/
implementation 'org.wso2.carbon.identity.inbound.auth.sts:org.wso2.carbon.sts.connector:5.7.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.sts/org.wso2.carbon.sts.connector/
implementation ("org.wso2.carbon.identity.inbound.auth.sts:org.wso2.carbon.sts.connector:5.7.1")
'org.wso2.carbon.identity.inbound.auth.sts:org.wso2.carbon.sts.connector:jar:5.7.1'
<dependency org="org.wso2.carbon.identity.inbound.auth.sts" name="org.wso2.carbon.sts.connector" rev="5.7.1">
<artifact name="org.wso2.carbon.sts.connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.inbound.auth.sts', module='org.wso2.carbon.sts.connector', version='5.7.1')
)
libraryDependencies += "org.wso2.carbon.identity.inbound.auth.sts" % "org.wso2.carbon.sts.connector" % "5.7.1"
[org.wso2.carbon.identity.inbound.auth.sts/org.wso2.carbon.sts.connector "5.7.1"]