| GroupId | GroupIdswt | 
|---|---|
| ArtifactId | ArtifactIdswt-linux-gtk | 
| Last Version | Last Version3.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionEclipse SWT Linux GTK | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| swt-linux-gtk-3.0.1.pom | |
| swt-linux-gtk-3.0.1.jar | 856 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/swt/swt-linux-gtk/ -->
<dependency>
    <groupId>swt</groupId>
    <artifactId>swt-linux-gtk</artifactId>
    <version>3.0.1</version>
</dependency>// https://jarcasting.com/artifacts/swt/swt-linux-gtk/
implementation 'swt:swt-linux-gtk:3.0.1'// https://jarcasting.com/artifacts/swt/swt-linux-gtk/
implementation ("swt:swt-linux-gtk:3.0.1")'swt:swt-linux-gtk:jar:3.0.1'<dependency org="swt" name="swt-linux-gtk" rev="3.0.1">
  <artifact name="swt-linux-gtk" type="jar" />
</dependency>@Grapes(
@Grab(group='swt', module='swt-linux-gtk', version='3.0.1')
)libraryDependencies += "swt" % "swt-linux-gtk" % "3.0.1"[swt/swt-linux-gtk "3.0.1"]