You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 week ago | |
---|---|---|
gradle/wrapper | 4 weeks ago | |
src/dorkbox/os | 3 weeks ago | |
src9 | 3 weeks ago | |
.gitignore | 11 months ago | |
LICENSE | 4 weeks ago | |
LICENSE.Apachev2 | 11 months ago | |
README.md | 3 weeks ago | |
build.gradle.kts | 1 week ago | |
gradle.properties | 11 months ago | |
gradlew | 11 months ago | |
gradlew.bat | 11 months ago | |
settings.gradle.kts | 1 week ago |
README.md
Information about the system, Java runtime, OS, Window Manager, and Desktop Environment.
- 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>
<version>1.6</version>
</dependency>
</dependencies>
Gradle Info
dependencies {
...
implementation("com.dorkbox:OS:1.6")
}
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.