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 scraper-omdbapi-3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinymediamanager.scraper.omdb.entities
├─ org.tinymediamanager.scraper.omdb.entities.MovieEntity.class - [JAR]
├─ org.tinymediamanager.scraper.omdb.entities.MovieRating.class - [JAR]
├─ org.tinymediamanager.scraper.omdb.entities.MovieSearch.class - [JAR]
├─ org.tinymediamanager.scraper.omdb.entities.SeasonEntity.class - [JAR]
├─ org.tinymediamanager.scraper.omdb.entities.SeasonSearch.class - [JAR]
org.tinymediamanager.scraper.omdb.service
├─ org.tinymediamanager.scraper.omdb.service.Controller.class - [JAR]
├─ org.tinymediamanager.scraper.omdb.service.OmdbService.class - [JAR]
org.tinymediamanager.scraper.omdb
├─ org.tinymediamanager.scraper.omdb.OmdbConnectionCounter.class - [JAR]
├─ org.tinymediamanager.scraper.omdb.OmdbMetadataProvider.class - [JAR]