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 rebot-urban-dictionary-plugin-0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.rebase.rebot.plugin
├─ it.rebase.rebot.plugin.UrbanDictionary.class - [JAR]
it.rebase.rebot.plugin.client.builder
├─ it.rebase.rebot.plugin.client.builder.UrbanDictionaryClientBuilder.class - [JAR]
it.rebase.rebot.plugin.helper
├─ it.rebase.rebot.plugin.helper.Helper.class - [JAR]
it.rebase.rebot.plugin.client.pojo
├─ it.rebase.rebot.plugin.client.pojo.CustomTermResponse.class - [JAR]
├─ it.rebase.rebot.plugin.client.pojo.Term.class - [JAR]
├─ it.rebase.rebot.plugin.client.pojo.TermDefinition.class - [JAR]
it.rebase.rebot.plugin.client
├─ it.rebase.rebot.plugin.client.IUrbanDictionaryClient.class - [JAR]
├─ it.rebase.rebot.plugin.client.UrbanDictionaryClient.class - [JAR]