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