Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hogelog/bookscan-client-java

Bookscan client for Java
https://github.com/hogelog/bookscan-client-java

Last synced: about 1 month ago
JSON representation

Bookscan client for Java

Awesome Lists containing this project

README

        

# bookscan-client-java [![Travis CI Status](https://travis-ci.org/hogelog/bookscan-client-java.svg)](https://travis-ci.org/hogelog/bookscan-client-java) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.hogel/bookscan-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.hogel/bookscan-client)

Bookscan client for Java

## Usage
### Maven
```pom



org.hogel
bookscan-client
0.0.7

```

### Gradle

```gradle
dependencies {
compile 'org.hogel:bookscan-client:0.0.7'
}
```