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