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 sovran-kotlin-1.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
sovran.kotlin
├─ sovran.kotlin.Action.class - [JAR]
├─ sovran.kotlin.AsyncAction.class - [JAR]
├─ sovran.kotlin.DispatchQueue.class - [JAR]
├─ sovran.kotlin.State.class - [JAR]
├─ sovran.kotlin.StateKt.class - [JAR]
├─ sovran.kotlin.Store.class - [JAR]
├─ sovran.kotlin.StoreKt.class - [JAR]
├─ sovran.kotlin.Subscriber.class - [JAR]
├─ sovran.kotlin.SynchronousStore.class - [JAR]