A java wrapper for songbird SQLite database.
For now, this is not hosted on maven central, but on this very repository. To use it, you have two options:
- Add this repo as maven repository
- Use jitPack
See the wiki for details on how to use the API or see the songbirdDbTools that makes use of this API.
Add the following maven repository to your POM.xml
<repositories>
<repository>
<id>songbirdDbApi4j-mvn-repo</id>
<url>https://raw.github.com/schnatterer/songbirdDbApi4j/mvn-repo/</url>
</repository>
</repositories>
Then add the actual dependency
<dependency>
<groupId>info.schnatterer</groupId>
<artifactId>songbirdDbApi4j</artifactId>
<version>1.0</version>
</dependency>
Add the following maven repository to your POM.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Then add the actual dependency
<dependency>
<groupId>com.github.schnatterer</groupId>
<artifactId>songbirdDbApi4j</artifactId>
<version>v.2.0</version>
</dependency>
See [Releases] (https://github.com/schnatterer/songbirdDbApi4j/releases).
This API is used in the following projects for example