View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window grape-lib-spotify_2.11-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
rocks.grape.lib.spotify.utils
├─ rocks.grape.lib.spotify.utils.WSLoggingClient.class - [JAR]
rocks.grape.lib.spotify.service.public
├─ rocks.grape.lib.spotify.service.public.ArtistService.class - [JAR]
├─ rocks.grape.lib.spotify.service.public.TrackService.class - [JAR]
rocks.grape.lib.spotify
├─ rocks.grape.lib.spotify.Module.class - [JAR]
rocks.grape.lib.spotify.models
├─ rocks.grape.lib.spotify.models.Album.class - [JAR]
├─ rocks.grape.lib.spotify.models.Artist.class - [JAR]
├─ rocks.grape.lib.spotify.models.Followers.class - [JAR]
├─ rocks.grape.lib.spotify.models.Image.class - [JAR]
├─ rocks.grape.lib.spotify.models.Track.class - [JAR]
rocks.grape.lib.spotify.service
├─ rocks.grape.lib.spotify.service.SpotifyService.class - [JAR]