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 presenter-middleware-jvm-0.2.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.reduxkotlin
├─ org.reduxkotlin.AttachView.class - [JAR]
├─ org.reduxkotlin.ClearView.class - [JAR]
├─ org.reduxkotlin.DetachView.class - [JAR]
├─ org.reduxkotlin.PresenterMiddlewareKt.class - [JAR]
├─ org.reduxkotlin.PresenterProvider.class - [JAR]
├─ org.reduxkotlin.StoreSubscriberHolder.class - [JAR]
├─ org.reduxkotlin.View.class - [JAR]
├─ org.reduxkotlin.ViewLifecycle.class - [JAR]
├─ org.reduxkotlin.ViewWithProvider.class - [JAR]