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 de.cau.cs.kieler.formats-0.50.0.v20230607.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.cau.cs.kieler.formats
├─ de.cau.cs.kieler.formats.AbstractEmfHandler.class - [JAR]
├─ de.cau.cs.kieler.formats.ElkGraphHandler.class - [JAR]
├─ de.cau.cs.kieler.formats.GraphFormatData.class - [JAR]
├─ de.cau.cs.kieler.formats.GraphFormatsService.class - [JAR]
├─ de.cau.cs.kieler.formats.IGraphFormatHandler.class - [JAR]
├─ de.cau.cs.kieler.formats.IGraphTransformer.class - [JAR]
├─ de.cau.cs.kieler.formats.TransformationData.class - [JAR]
├─ de.cau.cs.kieler.formats.TransformationException.class - [JAR]
de.cau.cs.kieler.formats.matrix
├─ de.cau.cs.kieler.formats.matrix.Matrix.class - [JAR]
├─ de.cau.cs.kieler.formats.matrix.MatrixExporter.class - [JAR]
├─ de.cau.cs.kieler.formats.matrix.MatrixFormatHandler.class - [JAR]
├─ de.cau.cs.kieler.formats.matrix.MatrixImporter.class - [JAR]