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 sdk-client-2.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.manywho.sdk.client.flow
├─ com.manywho.sdk.client.flow.FlowClient.class - [JAR]
├─ com.manywho.sdk.client.flow.FlowInitializationOptions.class - [JAR]
├─ com.manywho.sdk.client.flow.FlowState.class - [JAR]
com.manywho.sdk.client.flow.entities
├─ com.manywho.sdk.client.flow.entities.Input.class - [JAR]
├─ com.manywho.sdk.client.flow.entities.Outcome.class - [JAR]
├─ com.manywho.sdk.client.flow.entities.PageComponent.class - [JAR]
├─ com.manywho.sdk.client.flow.entities.PageComponentUtils.class - [JAR]
com.manywho.sdk.client.run
├─ com.manywho.sdk.client.run.RunClient.class - [JAR]
├─ com.manywho.sdk.client.run.RunClientProvider.class - [JAR]