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 components-animatedimage-desktop-1.5.0-beta02.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jetbrains.compose.animatedimage
├─ org.jetbrains.compose.animatedimage.AnimatedImage.class - [JAR]
├─ org.jetbrains.compose.animatedimage.AnimatedImageKt.class - [JAR]
├─ org.jetbrains.compose.animatedimage.AnimatedImageLoader.class - [JAR]
├─ org.jetbrains.compose.animatedimage.DesktopAnimatedImageKt.class - [JAR]
├─ org.jetbrains.compose.animatedimage.LocalAnimatedImageLoader.class - [JAR]
├─ org.jetbrains.compose.animatedimage.NetworkAnimatedImageLoader.class - [JAR]
├─ org.jetbrains.compose.animatedimage.ResourceAnimatedImageLoader.class - [JAR]