-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
RubenJ01 edited this page Jan 25, 2026
·
2 revisions
Add JitPack repository to your pom.xml:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>Add the dependency:
<dependency>
<groupId>com.github.RubenJ01</groupId>
<artifactId>lastfm-java-client</artifactId>
<version>2.0.0</version>
</dependency>Add JitPack to your build.gradle:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}Add the dependency:
dependencies {
implementation 'com.github.RubenJ01:lastfm-java-client:2.0.0'
}- Java 17 or higher
- Maven 3.9+ or Gradle 7.0+
- Visit https://www.last.fm/api/account/create
- Fill in your application details
- Copy your API Key and Shared Secret
- Use them when creating a
LastFmClient