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 mvvm-api-0.8.31.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.asuslennikov.mvvm.api.presentation
├─ com.github.asuslennikov.mvvm.api.presentation.Effect.class - [JAR]
├─ com.github.asuslennikov.mvvm.api.presentation.EffectListener.class - [JAR]
├─ com.github.asuslennikov.mvvm.api.presentation.Screen.class - [JAR]
├─ com.github.asuslennikov.mvvm.api.presentation.State.class - [JAR]
├─ com.github.asuslennikov.mvvm.api.presentation.ViewModel.class - [JAR]
com.github.asuslennikov.mvvm.api.domain
├─ com.github.asuslennikov.mvvm.api.domain.UseCase.class - [JAR]
├─ com.github.asuslennikov.mvvm.api.domain.UseCaseInput.class - [JAR]
├─ com.github.asuslennikov.mvvm.api.domain.UseCaseOutput.class - [JAR]