jar

io.github.bobbyesp.lyricfier : lyricfier-jvm

Maven & Gradle

Apr 06, 2024
3 stars

Lyricfier · A Kotlin Multiplatform library for downloading synced and non-synced lyrics from various sources.

Table Of Contents

Latest Version

Download io.github.bobbyesp.lyricfier : lyricfier-jvm JAR file - Latest Versions:

All Versions

Download io.github.bobbyesp.lyricfier : lyricfier-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window lyricfier-jvm-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.bobbyesp.lyricfier.domain.repository

├─ io.github.bobbyesp.lyricfier.domain.repository.LyricsProvider.class - [JAR]

io.github.bobbyesp.lyricfier.domain.dto.lrclib

├─ io.github.bobbyesp.lyricfier.domain.dto.lrclib.LrcLibResponse.class - [JAR]

io.github.bobbyesp.lyricfier.data.remote.lrclib

├─ io.github.bobbyesp.lyricfier.data.remote.lrclib.LrcLib.class - [JAR]

├─ io.github.bobbyesp.lyricfier.data.remote.lrclib.LrcLibHttpRoutes.class - [JAR]

io.github.bobbyesp.lyricfier.domain

├─ io.github.bobbyesp.lyricfier.domain.LyricsFormat.class - [JAR]

├─ io.github.bobbyesp.lyricfier.domain.Provider.class - [JAR]

io.github.bobbyesp.lyricfier.utils.exceptions

├─ io.github.bobbyesp.lyricfier.utils.exceptions.NotAvailableProvider.class - [JAR]

io.github.bobbyesp.lyricfier.domain.model

├─ io.github.bobbyesp.lyricfier.domain.model.SongInfo.class - [JAR]

io.github.bobbyesp.lyricfier.utils

├─ io.github.bobbyesp.lyricfier.utils.KtorUtils.class - [JAR]

├─ io.github.bobbyesp.lyricfier.utils.KtorUtilsKt.class - [JAR]

├─ io.github.bobbyesp.lyricfier.utils.LyricsUtil.class - [JAR]

├─ io.github.bobbyesp.lyricfier.utils.URLUtils.class - [JAR]

io.github.bobbyesp.lyricfier.data.remote.spotify

├─ io.github.bobbyesp.lyricfier.data.remote.spotify.Spotify.class - [JAR]

├─ io.github.bobbyesp.lyricfier.data.remote.spotify.SpotifyHttpRoutes.class - [JAR]

io.github.bobbyesp.lyricfier

├─ io.github.bobbyesp.lyricfier.Lyricfier.class - [JAR]

io.github.bobbyesp.lyricfier.domain.dto

├─ io.github.bobbyesp.lyricfier.domain.dto.Line.class - [JAR]

├─ io.github.bobbyesp.lyricfier.domain.dto.SyncedLines.class - [JAR]