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-xml-diff_3-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.scalatest.xml
├─ org.scalatest.xml.XmlMatchers.class - [JAR]
com.github.andyglow.xml.diff
├─ com.github.andyglow.xml.diff.Lookup.class - [JAR]
├─ com.github.andyglow.xml.diff.NonEmptyList.class - [JAR]
├─ com.github.andyglow.xml.diff.XmlDiff.class - [JAR]
├─ com.github.andyglow.xml.diff.XmlDiffComputer.class - [JAR]
├─ com.github.andyglow.xml.diff.XmlPath.class - [JAR]
├─ com.github.andyglow.xml.diff.package.class - [JAR]
com.github.andyglow.xml.patch
├─ com.github.andyglow.xml.patch.XmlPatch.class - [JAR]