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 useragent-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.useragent
├─ com.github.houbb.useragent.Browser.class - [JAR]
├─ com.github.houbb.useragent.BrowserVersion.class - [JAR]
├─ com.github.houbb.useragent.Engine.class - [JAR]
├─ com.github.houbb.useragent.OS.class - [JAR]
├─ com.github.houbb.useragent.Platform.class - [JAR]
├─ com.github.houbb.useragent.UserAgent.class - [JAR]
├─ com.github.houbb.useragent.UserAgentHelper.class - [JAR]
├─ com.github.houbb.useragent.UserAgentParser.class - [JAR]