| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.eclipse.swt.gtk.linux | 
| ArtifactId | ArtifactIdx86 | 
| Version | Version3.3.0-v3346 | 
| Type | Typejar | 
| Description | Description%fragmentName | 
| Filename | Size | 
|---|---|
| x86-3.3.0-v3346.pom | |
| x86-3.3.0-v3346.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.swt.gtk.linux/x86/ -->
<dependency>
    <groupId>org.eclipse.swt.gtk.linux</groupId>
    <artifactId>x86</artifactId>
    <version>3.3.0-v3346</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.swt.gtk.linux/x86/
implementation 'org.eclipse.swt.gtk.linux:x86:3.3.0-v3346'// https://jarcasting.com/artifacts/org.eclipse.swt.gtk.linux/x86/
implementation ("org.eclipse.swt.gtk.linux:x86:3.3.0-v3346")'org.eclipse.swt.gtk.linux:x86:jar:3.3.0-v3346'<dependency org="org.eclipse.swt.gtk.linux" name="x86" rev="3.3.0-v3346">
  <artifact name="x86" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.swt.gtk.linux', module='x86', version='3.3.0-v3346')
)libraryDependencies += "org.eclipse.swt.gtk.linux" % "x86" % "3.3.0-v3346"[org.eclipse.swt.gtk.linux/x86 "3.3.0-v3346"]