https://github.com/renbinden/libdnd
Java D&D library
https://github.com/renbinden/libdnd
Last synced: 8 months ago
JSON representation
Java D&D library
- Host: GitHub
- URL: https://github.com/renbinden/libdnd
- Owner: renbinden
- License: apache-2.0
- Created: 2022-04-28T21:44:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T14:10:43.000Z (about 4 years ago)
- Last Synced: 2025-03-01T23:11:37.600Z (over 1 year ago)
- Language: Java
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
libdnd
======
Standalone Java library to embed D&D functionality in applications.
Gradle:
```groovy
repositories {
maven { url "https://repo.rpkit.com/repository/maven-releases/" }
}
dependencies {
implementation "uk.co.renbinden:libdnd:0.3.0"
}
```