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 underscore8-1.30.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.underscore.lodash
├─ com.github.underscore.lodash.Base32.class - [JAR]
├─ com.github.underscore.lodash.Json.class - [JAR]
├─ com.github.underscore.lodash.U.class - [JAR]
├─ com.github.underscore.lodash.Xml.class - [JAR]
com.github.underscore
├─ com.github.underscore.Function3.class - [JAR]
├─ com.github.underscore.MemoizeFunction.class - [JAR]
├─ com.github.underscore.Optional.class - [JAR]
├─ com.github.underscore.PredicateIndexed.class - [JAR]
├─ com.github.underscore.Template.class - [JAR]
├─ com.github.underscore.Trie.class - [JAR]
├─ com.github.underscore.Tuple.class - [JAR]
├─ com.github.underscore.U.class - [JAR]