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 RyseInventory-Examples-1.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.rysefoxx.examples.pattern
├─ io.github.rysefoxx.examples.pattern.Example.class - [JAR]
├─ io.github.rysefoxx.examples.pattern.ItemBuilder.class - [JAR]
io.github.rysefoxx.examples.pagination
├─ io.github.rysefoxx.examples.pagination.Example.class - [JAR]
├─ io.github.rysefoxx.examples.pagination.ItemBuilder.class - [JAR]
io.github.rysefoxx.examples.animation
├─ io.github.rysefoxx.examples.animation.Example.class - [JAR]
├─ io.github.rysefoxx.examples.animation.ItemBuilder.class - [JAR]
io.github.rysefoxx.examples.basic
├─ io.github.rysefoxx.examples.basic.Example.class - [JAR]
├─ io.github.rysefoxx.examples.basic.ItemBuilder.class - [JAR]