Information about the system, Java runtime, OS, Window Manager, and Desktop Environment.
 
 
Go to file
Robinson b2926a4693
updated build deps
2023-11-27 17:14:38 +01:00
gradle/wrapper updated gradle 2023-10-02 16:12:51 +02:00
src/dorkbox/os version 1.11 2023-11-20 21:02:43 +01:00
src9 Added support for updates + kotlin 2023-01-10 01:28:50 +01:00
.gitignore Initial import/move from Utilities project 2022-03-05 22:31:52 +01:00
LICENSE Added detection for the usage of JPMS, updated version 2023-01-02 10:51:33 +01:00
LICENSE.Apachev2 Initial import/move from Utilities project 2022-03-05 22:31:52 +01:00
README.md version 1.11 2023-11-20 21:02:43 +01:00
build.gradle.kts updated build deps 2023-11-27 17:14:38 +01:00
gradle.properties Initial import/move from Utilities project 2022-03-05 22:31:52 +01:00
gradlew Initial import/move from Utilities project 2022-03-05 22:31:52 +01:00
gradlew.bat Initial import/move from Utilities project 2022-03-05 22:31:52 +01:00
settings.gradle.kts Hardcoded project name 2023-08-05 12:26:34 -06:00

README.md

Information about the system, Java runtime, OS, Window Manager, and Desktop Environment.

Dorkbox Github Gitlab
  • 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.11</version>
    </dependency>
</dependencies>

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.