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 grammarbot-client-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.grammarbot.client
├─ com.grammarbot.client.GrammarBotBuilder.class - [JAR]
├─ com.grammarbot.client.GrammarBotClient.class - [JAR]
com.grammarbot.client.exception
├─ com.grammarbot.client.exception.GrammarBotException.class - [JAR]
com.grammarbot.client.model
├─ com.grammarbot.client.model.Category.class - [JAR]
├─ com.grammarbot.client.model.Context.class - [JAR]
├─ com.grammarbot.client.model.DetectedLanguage.class - [JAR]
├─ com.grammarbot.client.model.GrammarBotResponse.class - [JAR]
├─ com.grammarbot.client.model.Language.class - [JAR]
├─ com.grammarbot.client.model.Matches.class - [JAR]
├─ com.grammarbot.client.model.Replacement.class - [JAR]
├─ com.grammarbot.client.model.Rule.class - [JAR]
├─ com.grammarbot.client.model.Software.class - [JAR]
├─ com.grammarbot.client.model.Type.class - [JAR]
├─ com.grammarbot.client.model.Warnings.class - [JAR]