| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаorg.wso2.identity.apps |
| Идентификатор | Идентификаторsms-otp-authentication-portal |
| Версия | Версия1.2.366 |
| Тип | Типwar |
| Описание |
ОписаниеWSO2 Identity Server Apps - SMS OTP Authentication Portal
Identity Management SMS OTP Authentication Endpoint
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.wso2.identity.apps/sms-otp-authentication-portal/ -->
<dependency>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>sms-otp-authentication-portal</artifactId>
<version>1.2.366</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.identity.apps/sms-otp-authentication-portal/
implementation 'org.wso2.identity.apps:sms-otp-authentication-portal:1.2.366'
// https://jarcasting.com/artifacts/org.wso2.identity.apps/sms-otp-authentication-portal/
implementation ("org.wso2.identity.apps:sms-otp-authentication-portal:1.2.366")
'org.wso2.identity.apps:sms-otp-authentication-portal:war:1.2.366'
<dependency org="org.wso2.identity.apps" name="sms-otp-authentication-portal" rev="1.2.366">
<artifact name="sms-otp-authentication-portal" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.identity.apps', module='sms-otp-authentication-portal', version='1.2.366')
)
libraryDependencies += "org.wso2.identity.apps" % "sms-otp-authentication-portal" % "1.2.366"
[org.wso2.identity.apps/sms-otp-authentication-portal "1.2.366"]