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 jsr381-0.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ai.djl.jsr381.spi
├─ ai.djl.jsr381.spi.DjlBinaryClassifierFactory.class - [JAR]
├─ ai.djl.jsr381.spi.DjlImageClassifierFactory.class - [JAR]
├─ ai.djl.jsr381.spi.DjlImageFactoryService.class - [JAR]
├─ ai.djl.jsr381.spi.DjlImplementationService.class - [JAR]
├─ ai.djl.jsr381.spi.DjlServiceProvider.class - [JAR]
ai.djl.jsr381.dataset
├─ ai.djl.jsr381.dataset.CsvDataset.class - [JAR]
ai.djl.jsr381.classification
├─ ai.djl.jsr381.classification.SimpleBinaryClassifier.class - [JAR]
├─ ai.djl.jsr381.classification.SimpleImageClassifier.class - [JAR]
ai.djl.jsr381.detection
├─ ai.djl.jsr381.detection.SimpleObjectDetector.class - [JAR]