Skip to content

sdouglass/bandcamp4j

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
Java client for the Bandcamp API.

http://bandcamp.com/developer

Uses the Google GSON JSON library.

http://code.google.com/p/google-gson/

To use this class, instantiate a BandcampClientImpl using your Bandcamp API key.

    BandcampClient bandcampClient = new BandcampClientImpl(apiKey);


To add this project as a dependency using Maven, add the following XML snippets to your pom.xml file:

    <dependencies>
    ....
        <dependency>
            <groupId>org.bandcamp4j</groupId>
            <artifactId>bandcamp4j</artifactId>
            <version>0.2</version>
        </dependency>
    ....
    </dependencies>
    ....
    <repositories>
    ....
        <repository>
            <id>sdouglass-releases</id>
            <url>https://raw.github.com/sdouglass/sdouglass-maven-repo/master/releases</url>
        </repository>
    ....
    </repositories>
    ...

About

A Java client for the Bandcamp API (see http://bandcamp.com/developer )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages