libpaqle/README.md

29 lines
428 B
Markdown
Raw Normal View History

2019-08-23 13:19:51 +00:00
# libpaqle
-----------------------------------
A Java library to query Paqle. Work in progress.
## Usage
TODO.
### Gradle
repositories {
maven { url 'https://dl.bintray.com/mnellemann/libs' }
}
dependencies {
compile 'biz.nellemann.libs:libpaqle:1.+'
runtime "org.slf4j:slf4j-simple:1.7.28"
}
## Development
To build and test the code:
./gradle build
./gradle test