Skip to content

dfuchss/swt-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swt-utils

Maven Deploy Latest Release GitHub issues GitHub license Quality Gate Status

This project contains a small set of classes that may help to work with SWT

Maven & Co.

If you want to use maven or some similar tool add the following code to your pom:

<dependencies>
    <dependency>
        <groupId>org.fuchss</groupId>
        <artifactId>swt-utils</artifactId>
        <version>X.Y.Z</version>
    </dependency>
</dependencies>