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 jWOPR-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.profesorfalken.jwopr.response
├─ com.profesorfalken.jwopr.response.WOPRResponse.class - [JAR]
com.profesorfalken.jwopr.exception
├─ com.profesorfalken.jwopr.exception.WOPRException.class - [JAR]
com.profesorfalken.jwopr.connection
├─ com.profesorfalken.jwopr.connection.BareJavaConnectionClient.class - [JAR]
├─ com.profesorfalken.jwopr.connection.ConnectionClient.class - [JAR]
├─ com.profesorfalken.jwopr.connection.ConnectionUtil.class - [JAR]
com.profesorfalken.jwopr.mapper
├─ com.profesorfalken.jwopr.mapper.ChatGptWOPRResponseMapper.class - [JAR]
├─ com.profesorfalken.jwopr.mapper.WOPRResponseMapper.class - [JAR]
com.profesorfalken.jwopr.aiprovider
├─ com.profesorfalken.jwopr.aiprovider.AIProvider.class - [JAR]
├─ com.profesorfalken.jwopr.aiprovider.ChatGptProvider.class - [JAR]
com.profesorfalken.jwopr
├─ com.profesorfalken.jwopr.WOPR.class - [JAR]
com.profesorfalken.jwopr.configuration
├─ com.profesorfalken.jwopr.configuration.ConfigurationReader.class - [JAR]