https://github.com/stardust-enterprises/plat4k
Platform identifier library for the JVM.
https://github.com/stardust-enterprises/plat4k
jvm kotlin library platform
Last synced: 6 months ago
JSON representation
Platform identifier library for the JVM.
- Host: GitHub
- URL: https://github.com/stardust-enterprises/plat4k
- Owner: stardust-enterprises
- License: isc
- Archived: true
- Created: 2021-12-06T19:08:41.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2022-08-10T06:29:16.000Z (almost 4 years ago)
- Last Synced: 2024-04-22T11:17:58.009Z (about 2 years ago)
- Topics: jvm, kotlin, library, platform
- Language: Kotlin
- Homepage: https://stardust-enterprises.github.io/plat4k
- Size: 370 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plat4k
[![Build][badge-github-ci]][plat4k-gradle-ci] [![Maven Central][badge-mvnc]][plat4k-mvnc]
a platform identifier library for the [JVM][jvm], written in [Kotlin][kotlin].
# how use
you can import [plat4k][plat4k] from [maven central][mvnc] just by adding it to your dependencies:
## gradle
```kotlin
dependencies {
implementation("fr.stardustenterprises:plat4k:1.6.3")
}
```
## maven
```xml
fr.stardustenterprises
plat4k
1.6.3
```
# contributing
you can contribute by [forking the repository][fork], making your changes and [creating a new pull request][new-pr]
describing what you changed, why and how.
# licensing
this project is under the [ISC license][blob-license].
[jvm]: https://adoptium.net "adoptium website"
[kotlin]: https://kotlinlang.org "kotlin website"
[plat4k]: https://github.com/stardust-enterprises/plat4k "plat4k github repository"
[fork]: https://github.com/stardust-enterprises/plat4k/fork "fork this repository"
[new-pr]: https://github.com/stardust-enterprises/plat4k/pulls/new "create a new pull request"
[new-issue]: https://github.com/stardust-enterprises/plat4k/issues/new "create a new issue"
[mvnc]: https://repo1.maven.org/maven2/ "maven central website"
[plat4k-mvnc]: https://maven-badges.herokuapp.com/maven-central/fr.stardustenterprises/plat4k "maven central repository"
[plat4k-gradle-ci]: https://github.com/stardust-enterprises/plat4k/actions/workflows/gradle-ci.yml "gradle ci workflow"
[blob-license]: https://github.com/stardust-enterprises/plat4k/blob/trunk/LICENSE "LICENSE source file"
[badge-mvnc]: https://maven-badges.herokuapp.com/maven-central/fr.stardustenterprises/plat4k/badge.svg "maven central badge"
[badge-github-ci]: https://github.com/stardust-enterprises/plat4k/actions/workflows/gradle-ci.yml/badge.svg?branch=trunk "github actions badge"