| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdorg.wso2.identity.apps |
| ArtifactId | ArtifactIduser-portal |
| Last Version | Last Version1.0.380 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionWSO2 Identity Server Apps - User Portal
WSO2 Identity Server User Portal App
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| user-portal-1.0.380.pom | |
| user-portal-1.0.380.war | 19 MB |
| user-portal-1.0.380-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.identity.apps/user-portal/ -->
<dependency>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>user-portal</artifactId>
<version>1.0.380</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.identity.apps/user-portal/
implementation 'org.wso2.identity.apps:user-portal:1.0.380'
// https://jarcasting.com/artifacts/org.wso2.identity.apps/user-portal/
implementation ("org.wso2.identity.apps:user-portal:1.0.380")
'org.wso2.identity.apps:user-portal:war:1.0.380'
<dependency org="org.wso2.identity.apps" name="user-portal" rev="1.0.380">
<artifact name="user-portal" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.identity.apps', module='user-portal', version='1.0.380')
)
libraryDependencies += "org.wso2.identity.apps" % "user-portal" % "1.0.380"
[org.wso2.identity.apps/user-portal "1.0.380"]