8000 GitHub - aklevans/lastfm-java: Java bindings for the Last.fm Web Services
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aklevans/lastfm-java

 
 

Repository files navigation

Last.fm API Bindings for Java

This is a fork of an existing project that has been inactive since 61AA 2017.

The Last.fm API bindings for java are a BSD-licensed wrapper for the Last.fm api and the Last.fm submission service (scrobbling).

It provides classes and methods to invoke Last.fm API methods as well as scrobbling songs from within Java applications.

Maven Using JitPack

Add jitpack to repositories

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Add to dependencies

<dependency>
    <groupId>com.github.aklevans</groupId>
    <artifactId>lastfm-java</artifactId>
    <version>master-SNAPSHOT</version>
</dependency>

Documentation

To get started, start here.

More documentation can be found in the Wiki.

About

Java bindings for the Last.fm Web Services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%
0