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 fairsearch-deltr-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.fairsearch.deltr.models
├─ com.github.fairsearch.deltr.models.DeltrDoc.class - [JAR]
├─ com.github.fairsearch.deltr.models.DeltrDocImpl.class - [JAR]
├─ com.github.fairsearch.deltr.models.DeltrTopDocs.class - [JAR]
├─ com.github.fairsearch.deltr.models.DeltrTopDocsImpl.class - [JAR]
├─ com.github.fairsearch.deltr.models.TrainStep.class - [JAR]
com.github.fairsearch.deltr.parsers
├─ com.github.fairsearch.deltr.parsers.DeltrDeserializer.class - [JAR]
com.github.fairsearch.deltr
├─ com.github.fairsearch.deltr.Deltr.class - [JAR]
├─ com.github.fairsearch.deltr.Trainer.class - [JAR]