A Java library to query Paqle. Work in progress.
Go to file
Mark Nellemann 7e349f3d35 Initial commit 2019-08-23 15:19:51 +02:00
gradle/wrapper Initial commit 2019-08-23 15:19:51 +02:00
src Initial commit 2019-08-23 15:19:51 +02:00
.editorconfig Initial commit 2019-08-23 15:19:51 +02:00
.gitignore Initial commit 2019-08-23 15:19:51 +02:00
README.md Initial commit 2019-08-23 15:19:51 +02:00
bitbucket-pipelines.yml Initial commit 2019-08-23 15:19:51 +02:00
build.gradle Initial commit 2019-08-23 15:19:51 +02:00
gradle.properties Initial commit 2019-08-23 15:19:51 +02:00
gradlew Initial commit 2019-08-23 15:19:51 +02:00
gradlew.bat Initial commit 2019-08-23 15:19:51 +02:00

README.md

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