a platform identifier library for the JVM, written in Kotlin.
you can import plat4k from maven central just by adding it to your dependencies:
dependencies {
implementation("fr.stardustenterprises:plat4k:1.6.3")
}
<dependency>
<groupId>fr.stardustenterprises</groupId>
<artifactId>plat4k</artifactId>
<version>1.6.3</version>
</dependency>
you can contribute by forking the repository, making your changes and creating a new pull request describing what you changed, why and how.
this project is under the ISC license.