Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dfuchss/swt-utils
- Owner: dfuchss
- License: mit
- Created: 2020-12-08T01:13:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T11:14:57.000Z (2 months ago)
- Last Synced: 2024-09-10T12:46:17.114Z (2 months ago)
- Topics: java, swt
- Language: Java
- Homepage:
- Size: 163 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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
```