| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаorg.wso2.identity.apps |
| Идентификатор | Идентификаторrecovery-portal |
| Версия | Версия1.1.109 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| recovery-portal-1.1.109.pom | |
| recovery-portal-1.1.109.war | 4 MB |
| recovery-portal-1.1.109-sources.jar | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.identity.apps/recovery-portal/ -->
<dependency>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>recovery-portal</artifactId>
<version>1.1.109</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.identity.apps/recovery-portal/
implementation 'org.wso2.identity.apps:recovery-portal:1.1.109'
// https://jarcasting.com/artifacts/org.wso2.identity.apps/recovery-portal/
implementation ("org.wso2.identity.apps:recovery-portal:1.1.109")
'org.wso2.identity.apps:recovery-portal:war:1.1.109'
<dependency org="org.wso2.identity.apps" name="recovery-portal" rev="1.1.109">
<artifact name="recovery-portal" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.identity.apps', module='recovery-portal', version='1.1.109')
)
libraryDependencies += "org.wso2.identity.apps" % "recovery-portal" % "1.1.109"
[org.wso2.identity.apps/recovery-portal "1.1.109"]