Skip to content

NTifyApp/lastfm-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Last.fm API Bindings for Java

This repository is a fork of the original project at jkovacs/lastfm-java.

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 and streaming radio from within Java applications.

Maven

<dependency>
    <groupId>de.u-mass</groupId>
    <artifactId>lastfm-java</artifactId>
    <version>0.1.2</version>
</dependency>

Gradle

compile 'de.u-mass:lastfm-java:0.1.2'

Documentation

To get started, start here.

More documentation can be found in the Wiki.

About

Java bindings for the Last.fm Web Services, forked for NTify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%