jar

com.github.connyscode.ctils : jtrack

Maven & Gradle

Dec 23, 2020
1 stars

jTrack is a small and powerful library for collecting data of tracks.

Table Of Contents

Latest Version

Download com.github.connyscode.ctils : jtrack JAR file - Latest Versions:

All Versions

Download com.github.connyscode.ctils : jtrack JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.0.x

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 jtrack-2.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.connyscode.ctils.jTrack

├─ com.github.connyscode.ctils.jTrack.Artist.class - [JAR]

├─ com.github.connyscode.ctils.jTrack.Song.class - [JAR]

├─ com.github.connyscode.ctils.jTrack.jTrackClient.class - [JAR]

com.github.connyscode.ctils.jTrack.backend.types

├─ com.github.connyscode.ctils.jTrack.backend.types.SongSearchResult.class - [JAR]

com.github.connyscode.ctils.jTrack.backend

├─ com.github.connyscode.ctils.jTrack.backend.ArtistNotFoundException.class - [JAR]

├─ com.github.connyscode.ctils.jTrack.backend.GeniusAPI.class - [JAR]

├─ com.github.connyscode.ctils.jTrack.backend.Messaging.class - [JAR]

├─ com.github.connyscode.ctils.jTrack.backend.SongNotFoundException.class - [JAR]

├─ com.github.connyscode.ctils.jTrack.backend.jSoupUtils.class - [JAR]

Advertisement