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 jcore-bionlpformat-consumer-2.6.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.julielab.jcore.consumer.bionlpformat.main
├─ de.julielab.jcore.consumer.bionlpformat.main.BioEventConsumer.class - [JAR]
├─ de.julielab.jcore.consumer.bionlpformat.main.MedEventConsumer.class - [JAR]
├─ de.julielab.jcore.consumer.bionlpformat.main.SegmentConsumer.class - [JAR]
de.julielab.jcore.consumer.bionlpformat.utils
├─ de.julielab.jcore.consumer.bionlpformat.utils.BioEventWriter.class - [JAR]
├─ de.julielab.jcore.consumer.bionlpformat.utils.DocumentWriter.class - [JAR]
├─ de.julielab.jcore.consumer.bionlpformat.utils.EntityWriter.class - [JAR]
├─ de.julielab.jcore.consumer.bionlpformat.utils.EventMentionWriter.class - [JAR]
├─ de.julielab.jcore.consumer.bionlpformat.utils.EventTriggerWriter.class - [JAR]
├─ de.julielab.jcore.consumer.bionlpformat.utils.MedEventWriter.class - [JAR]
├─ de.julielab.jcore.consumer.bionlpformat.utils.ProteinWriter.class - [JAR]
├─ de.julielab.jcore.consumer.bionlpformat.utils.SegmentWriter.class - [JAR]