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 amy-plugin-spotify-0.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.amyassist.amy.plugin.spotify.entities
├─ io.github.amyassist.amy.plugin.spotify.entities.AlbumEntity.class - [JAR]
├─ io.github.amyassist.amy.plugin.spotify.entities.ArtistEntity.class - [JAR]
├─ io.github.amyassist.amy.plugin.spotify.entities.DeviceEntity.class - [JAR]
├─ io.github.amyassist.amy.plugin.spotify.entities.Item.class - [JAR]
├─ io.github.amyassist.amy.plugin.spotify.entities.PlaylistEntity.class - [JAR]
├─ io.github.amyassist.amy.plugin.spotify.entities.TrackEntity.class - [JAR]
io.github.amyassist.amy.plugin.spotify.registry
├─ io.github.amyassist.amy.plugin.spotify.registry.DeviceRegistry.class - [JAR]
io.github.amyassist.amy.plugin.spotify.logic
├─ io.github.amyassist.amy.plugin.spotify.logic.DeviceLogic.class - [JAR]
├─ io.github.amyassist.amy.plugin.spotify.logic.PlayerLogic.class - [JAR]
├─ io.github.amyassist.amy.plugin.spotify.logic.Search.class - [JAR]
├─ io.github.amyassist.amy.plugin.spotify.logic.SearchTypes.class - [JAR]
├─ io.github.amyassist.amy.plugin.spotify.logic.SpotifyMessageReceiver.class - [JAR]
io.github.amyassist.amy.plugin.spotify
├─ io.github.amyassist.amy.plugin.spotify.MusicResource.class - [JAR]
├─ io.github.amyassist.amy.plugin.spotify.SpotifyAPICalls.class - [JAR]
├─ io.github.amyassist.amy.plugin.spotify.SpotifySpeech.class - [JAR]
├─ io.github.amyassist.amy.plugin.spotify.User.class - [JAR]