OS/README.md

41 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

Information about the system, Java runtime, OS, Window Manager, and Desktop Environment.
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/OS) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/OS) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](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
---------
```
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>OS</artifactId>
2023-11-20 21:02:43 +01:00
<version>1.11</version>
</dependency>
</dependencies>
```
Gradle Info
---------
```
dependencies {
...
2023-11-20 21:02:43 +01:00
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.