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 scala-tricks_3-0.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
zrkn.op
├─ zrkn.op.AbsPipe.class - [JAR]
├─ zrkn.op.Kube.class - [JAR]
├─ zrkn.op.Pipe.class - [JAR]
├─ zrkn.op.RegexOpsContext.class - [JAR]
├─ zrkn.op.package.class - [JAR]
zrkn.tricks
├─ zrkn.tricks.PhantomTypeCombiners.class - [JAR]
├─ zrkn.tricks.PostfixToInfix.class - [JAR]
├─ zrkn.tricks.SingleMonadConverters.class - [JAR]