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 cleverbot-2.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.elypia.elypiai.cleverbot.data
├─ com.elypia.elypiai.cleverbot.data.CleverTweak.class - [JAR]
com.elypia.elypiai.cleverbot.impl
├─ com.elypia.elypiai.cleverbot.impl.ICleverbotService.class - [JAR]
com.elypia.elypiai.cleverbot.deserializers
├─ com.elypia.elypiai.cleverbot.deserializers.CleverResponseDeserializer.class - [JAR]
com.elypia.elypiai.cleverbot
├─ com.elypia.elypiai.cleverbot.CleverResponse.class - [JAR]
├─ com.elypia.elypiai.cleverbot.Cleverbot.class - [JAR]
├─ com.elypia.elypiai.cleverbot.Interaction.class - [JAR]