# 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