Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

stardust-enterprises/plat4k

Repository files navigation

plat4k

Build Maven Central

a platform identifier library for the JVM, written in Kotlin.

how use

you can import plat4k from maven central just by adding it to your dependencies:

gradle

dependencies {
    implementation("fr.stardustenterprises:plat4k:1.6.3")
}

maven

<dependency>
    <groupId>fr.stardustenterprises</groupId>
    <artifactId>plat4k</artifactId>
    <version>1.6.3</version>
</dependency>

contributing

you can contribute by forking the repository, making your changes and creating a new pull request describing what you changed, why and how.

licensing

this project is under the ISC license.