https://github.com/dorkbox/os
Information about the system, Java runtime, OS, Window Manager, and Desktop Environment.
https://github.com/dorkbox/os
Last synced: over 1 year ago
JSON representation
Information about the system, Java runtime, OS, Window Manager, and Desktop Environment.
- Host: GitHub
- URL: https://github.com/dorkbox/os
- Owner: dorkbox
- License: other
- Created: 2022-10-02T15:42:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T16:15:22.000Z (over 2 years ago)
- Last Synced: 2024-10-25T08:34:26.178Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Information about the system, Java runtime, OS, Window Manager, and Desktop Environment.
###### [](https://git.dorkbox.com/dorkbox/OS) [](https://github.com/dorkbox/OS) [](https://gitlab.com/dorkbox/OS)
* current java version (1.8/9/10/11/17/etc)
* machine architecture (x86/arm64/aarch64/mips/etc)
* os name (windows/linux/unix/macos/android)
* os specifics (version and type information)
* window manager information (ie: x11/wayland)
* desktop environment information (ie: unity/xfce/gnome/plasma/etc version)
Maven Info
---------
```
...
com.dorkbox
OS
1.11
```
Gradle Info
---------
```
dependencies {
...
implementation("com.dorkbox:OS:1.11")
}
```
License
---------
This project is © 2022 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further
references.