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