Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monun/invfx
https://github.com/monun/invfx
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/monun/invfx
- Owner: monun
- License: gpl-3.0
- Created: 2021-01-31T16:39:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T14:50:37.000Z (over 1 year ago)
- Last Synced: 2023-07-27T15:17:51.570Z (over 1 year ago)
- Language: Kotlin
- Size: 338 KB
- Stars: 31
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# InvFX
[![Kotlin](https://img.shields.io/badge/java-17-ED8B00.svg?logo=java)](https://www.azul.com/)
[![Kotlin](https://img.shields.io/badge/kotlin-1.8.22-585DEF.svg?logo=kotlin)](http://kotlinlang.org)
[![Gradle](https://img.shields.io/badge/gradle-8.2.1-02303A.svg?logo=gradle)](https://gradle.org)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.monun/invfx-core)](https://search.maven.org/artifact/io.github.monun/invfx-core)
[![GitHub](https://img.shields.io/github/license/monun/invfx)](https://www.gnu.org/licenses/gpl-3.0.html)
[![Kotlin](https://img.shields.io/badge/youtube-각별-red.svg?logo=youtube)](https://www.youtube.com/channel/UCDrAR1OWC2MD4s0JLetN0MA)### Kotlin DSL for PaperMC Inventory GUI
---
* #### Features
* Frame
* Button
* Pane
* List---
#### Gradle
```kotlin
repositories {
mavenCentral()
}
``````kotlin
dependencies {
implementation("io.github.monun:invfx-api:")
}
```### plugins.yml
```yaml
name: ...
version: ...
main: ...
libraries:
- io.github.monun:invfx-core:
```