| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.eclipse.wst.server.http | 
    
| ArtifactId | ArtifactIdui | 
    
| Version | Version1.0.0-v200705302225 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionHTTP Server UI Support 
            
         | 
    
| Filename | Size | 
|---|---|
| ui-1.0.0-v200705302225.pom | |
| ui-1.0.0-v200705302225.jar | 32 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.wst.server.http/ui/ -->
<dependency>
    <groupId>org.eclipse.wst.server.http</groupId>
    <artifactId>ui</artifactId>
    <version>1.0.0-v200705302225</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.wst.server.http/ui/
implementation 'org.eclipse.wst.server.http:ui:1.0.0-v200705302225'
                // https://jarcasting.com/artifacts/org.eclipse.wst.server.http/ui/
implementation ("org.eclipse.wst.server.http:ui:1.0.0-v200705302225")
                'org.eclipse.wst.server.http:ui:jar:1.0.0-v200705302225'
                <dependency org="org.eclipse.wst.server.http" name="ui" rev="1.0.0-v200705302225">
  <artifact name="ui" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.wst.server.http', module='ui', version='1.0.0-v200705302225')
)
                libraryDependencies += "org.eclipse.wst.server.http" % "ui" % "1.0.0-v200705302225"
                [org.eclipse.wst.server.http/ui "1.0.0-v200705302225"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.ui : forms | jar | [3.2.0,4.0.0) | 
| org.eclipse.wst.server : core | jar | [1.0.204,2.0.0) | 
| org.eclipse.wst.server : ui | jar | [1.0.103,1.1.0) | 
| org.eclipse.wst.server.http : core | jar | [1.0.0,2.0.0) | 
| org.eclipse.wst.common.project.facet : ui | jar | [1.2.0,2.0.0) |