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