Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dfuchss/swt-utils

Some tools to work with SWT
https://github.com/dfuchss/swt-utils

java swt

Last synced: about 7 hours ago
JSON representation

Some tools to work with SWT

Awesome Lists containing this project

README

        

# swt-utils
[![Maven Deploy](https://github.com/dfuchss/swt-utils/actions/workflows/deploy.yml/badge.svg)](https://github.com/dfuchss/swt-utils/actions/workflows/deploy.yml)
[![Latest Release](https://img.shields.io/github/release/dfuchss/swt-utils.svg)](https://github.com/dfuchss/swt-utils/releases/latest)
[![GitHub issues](https://img.shields.io/github/issues/dfuchss/swt-utils.svg?style=square)](https://github.com/dfuchss/swt-utils/issues)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=square)](https://github.com/dfuchss/swt-utils/blob/master/LICENCE.md)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dfuchss_swt-utils&metric=alert_status)](https://sonarcloud.io/dashboard?id=dfuchss_swt-utils)

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:
```xml


org.fuchss
swt-utils
X.Y.Z

```