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 format-brat-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
gate.creole.brat
├─ gate.creole.brat.AnnotationConfig.class - [JAR]
├─ gate.creole.brat.Annotations.class - [JAR]
├─ gate.creole.brat.Brat.class - [JAR]
├─ gate.creole.brat.BratDocumentExporter.class - [JAR]
├─ gate.creole.brat.BratDocumentFormat.class - [JAR]
├─ gate.creole.brat.BratNormalizer.class - [JAR]
├─ gate.creole.brat.BratUtils.class - [JAR]
gate.creole.brat.annotations
├─ gate.creole.brat.annotations.Attribute.class - [JAR]
├─ gate.creole.brat.annotations.BratAnnotation.class - [JAR]
├─ gate.creole.brat.annotations.Equivalence.class - [JAR]
├─ gate.creole.brat.annotations.Event.class - [JAR]
├─ gate.creole.brat.annotations.Normalization.class - [JAR]
├─ gate.creole.brat.annotations.Note.class - [JAR]
├─ gate.creole.brat.annotations.Relation.class - [JAR]
├─ gate.creole.brat.annotations.TextBound.class - [JAR]
gate.creole.brat.gui
├─ gate.creole.brat.gui.AnnotationImporter.class - [JAR]