| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаorg.wso2.carbon.identity |
| Идентификатор | Идентификаторidentity-carbon-auth-saml2 |
| Последняя версия | Последняя версия5.1.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWSO2 Carbon - SAML2 Based SSO Authenticator Aggregator Module
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| identity-carbon-auth-saml2-5.1.4.pom | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-carbon-auth-saml2/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-carbon-auth-saml2</artifactId>
<version>5.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-carbon-auth-saml2/
implementation 'org.wso2.carbon.identity:identity-carbon-auth-saml2:5.1.4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-carbon-auth-saml2/
implementation ("org.wso2.carbon.identity:identity-carbon-auth-saml2:5.1.4")
'org.wso2.carbon.identity:identity-carbon-auth-saml2:pom:5.1.4'
<dependency org="org.wso2.carbon.identity" name="identity-carbon-auth-saml2" rev="5.1.4">
<artifact name="identity-carbon-auth-saml2" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='identity-carbon-auth-saml2', version='5.1.4')
)
libraryDependencies += "org.wso2.carbon.identity" % "identity-carbon-auth-saml2" % "5.1.4"
[org.wso2.carbon.identity/identity-carbon-auth-saml2 "5.1.4"]