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 readability-1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
co.lookify.link
├─ co.lookify.link.CandidateScore.class - [JAR]
├─ co.lookify.link.Flag.class - [JAR]
├─ co.lookify.link.Readability.class - [JAR]
co.lookify.ex
├─ co.lookify.ex.Analyze.class - [JAR]
├─ co.lookify.ex.Cleaner.class - [JAR]
├─ co.lookify.ex.Score.class - [JAR]
├─ co.lookify.ex.ScoreVisitor.class - [JAR]
├─ co.lookify.ex.ScoreVisitor2.class - [JAR]
├─ co.lookify.ex.URLHelper.class - [JAR]
co.lookify.structure
├─ co.lookify.structure.Article.class - [JAR]
├─ co.lookify.structure.Block.class - [JAR]
├─ co.lookify.structure.MetaData.class - [JAR]
├─ co.lookify.structure.Page.class - [JAR]
├─ co.lookify.structure.Person.class - [JAR]
├─ co.lookify.structure.Social.class - [JAR]