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 urbandictionary-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.urbandictionary.data
├─ com.elypia.elypiai.urbandictionary.data.ResultType.class - [JAR]
com.elypia.elypiai.urbandictionary
├─ com.elypia.elypiai.urbandictionary.Definition.class - [JAR]
├─ com.elypia.elypiai.urbandictionary.UrbanDictionary.class - [JAR]
├─ com.elypia.elypiai.urbandictionary.UrbanResult.class - [JAR]
com.elypia.elypiai.urbandictionary.deserializers
├─ com.elypia.elypiai.urbandictionary.deserializers.EmptyNullDeserializer.class - [JAR]
com.elypia.elypiai.urbandictionary.impl
├─ com.elypia.elypiai.urbandictionary.impl.IUrbanDictionaryService.class - [JAR]