Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oshi/oshi.javafx
JavaFX front end to OSHI
https://github.com/oshi/oshi.javafx
Last synced: 2 months ago
JSON representation
JavaFX front end to OSHI
- Host: GitHub
- URL: https://github.com/oshi/oshi.javafx
- Owner: oshi
- License: mit
- Created: 2019-02-21T23:37:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:59:55.000Z (about 1 year ago)
- Last Synced: 2024-05-01T17:22:11.964Z (8 months ago)
- Language: Java
- Size: 167 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oshi.javafx
JavaFX front end to OSHI## Building and Testing
- Run application: `./gradlew run`
- Run unit tests: `./gradlew test`
- Build release: `// TODO`