An open API service indexing awesome lists of open source software.

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

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"
}
```