Skip to content
This repository was archived by the owner on Aug 3, 2021. It is now read-only.

schnatterer/songbirdDbApi4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

songbirdDbApi4j

Build Status JitPack License

A java wrapper for songbird SQLite database.

How to use

For now, this is not hosted on maven central, but on this very repository. To use it, you have two options:

  1. Add this repo as maven repository
  2. Use jitPack

See the wiki for details on how to use the API or see the songbirdDbTools that makes use of this API.

Add this repo as maven repository

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>

Use jitPack

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>

Release notes

See [Releases] (https://github.com/schnatterer/songbirdDbApi4j/releases).

Examples

This API is used in the following projects for example

About

Java wrapper for songbird SQLite database

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages