| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.eclipse.jsch | 
    
| ArtifactId | ArtifactIdui | 
    
| Last Version | Last Version1.0.0-I20070525 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJSch UI 
            
         | 
    
| Filename | Size | 
|---|---|
| ui-1.0.0-I20070525.pom | |
| ui-1.0.0-I20070525.jar | 64 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jsch/ui/ -->
<dependency>
    <groupId>org.eclipse.jsch</groupId>
    <artifactId>ui</artifactId>
    <version>1.0.0-I20070525</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.jsch/ui/
implementation 'org.eclipse.jsch:ui:1.0.0-I20070525'
                // https://jarcasting.com/artifacts/org.eclipse.jsch/ui/
implementation ("org.eclipse.jsch:ui:1.0.0-I20070525")
                'org.eclipse.jsch:ui:jar:1.0.0-I20070525'
                <dependency org="org.eclipse.jsch" name="ui" rev="1.0.0-I20070525">
  <artifact name="ui" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.jsch', module='ui', version='1.0.0-I20070525')
)
                libraryDependencies += "org.eclipse.jsch" % "ui" % "1.0.0-I20070525"
                [org.eclipse.jsch/ui "1.0.0-I20070525"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse : ui | jar | [0,) | 
| org.eclipse.core : runtime | jar | [0,) | 
| org.eclipse.jsch : core | jar | [0,) | 
| com.jcraft : jsch | jar | [0,) |