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 basic-utils-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.aqiu202.util
├─ com.github.aqiu202.util.CollectionUtils.class - [JAR]
├─ com.github.aqiu202.util.ColorUtils.class - [JAR]
├─ com.github.aqiu202.util.RandomUtils.class - [JAR]
├─ com.github.aqiu202.util.StringUtils.class - [JAR]
├─ com.github.aqiu202.util.TypeUtils.class - [JAR]
com.github.aqiu202.util.wrap
├─ com.github.aqiu202.util.wrap.BooleanWrapper.class - [JAR]
├─ com.github.aqiu202.util.wrap.ObjectWrapper.class - [JAR]
├─ com.github.aqiu202.util.wrap.Wrapper.class - [JAR]
com.github.aqiu202.util.type
├─ com.github.aqiu202.util.type.Primitives.class - [JAR]