| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.eclipse.equinox.launcher.wpf.win32 | 
    
| ArtifactId | ArtifactIdx86 | 
    
| Version | Version1.0.0-v20070523 | 
        
| Type | Typejar | 
    
| Description | 
            Description%pluginName 
            
         | 
    
| Filename | Size | 
|---|---|
| x86-1.0.0-v20070523.pom | |
| x86-1.0.0-v20070523.jar | 53 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.equinox.launcher.wpf.win32/x86/ -->
<dependency>
    <groupId>org.eclipse.equinox.launcher.wpf.win32</groupId>
    <artifactId>x86</artifactId>
    <version>1.0.0-v20070523</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.equinox.launcher.wpf.win32/x86/
implementation 'org.eclipse.equinox.launcher.wpf.win32:x86:1.0.0-v20070523'
                // https://jarcasting.com/artifacts/org.eclipse.equinox.launcher.wpf.win32/x86/
implementation ("org.eclipse.equinox.launcher.wpf.win32:x86:1.0.0-v20070523")
                'org.eclipse.equinox.launcher.wpf.win32:x86:jar:1.0.0-v20070523'
                <dependency org="org.eclipse.equinox.launcher.wpf.win32" name="x86" rev="1.0.0-v20070523">
  <artifact name="x86" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.equinox.launcher.wpf.win32', module='x86', version='1.0.0-v20070523')
)
                libraryDependencies += "org.eclipse.equinox.launcher.wpf.win32" % "x86" % "1.0.0-v20070523"
                [org.eclipse.equinox.launcher.wpf.win32/x86 "1.0.0-v20070523"]