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 engelsystem-base-7.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
info.metadude.kotlin.library.engelsystem
├─ info.metadude.kotlin.library.engelsystem.ApiModule.class - [JAR]
├─ info.metadude.kotlin.library.engelsystem.EngelsystemApi.class - [JAR]
├─ info.metadude.kotlin.library.engelsystem.EngelsystemService.class - [JAR]
info.metadude.kotlin.library.engelsystem.adapters
├─ info.metadude.kotlin.library.engelsystem.adapters.InstantAdapter.class - [JAR]
├─ info.metadude.kotlin.library.engelsystem.adapters.InstantJsonAdapter.class - [JAR]
├─ info.metadude.kotlin.library.engelsystem.adapters.ZoneOffsetAdapter.class - [JAR]
├─ info.metadude.kotlin.library.engelsystem.adapters.ZoneOffsetJsonAdapter.class - [JAR]
├─ info.metadude.kotlin.library.engelsystem.adapters.ZonedDateTimeAdapter.class - [JAR]
├─ info.metadude.kotlin.library.engelsystem.adapters.ZonedDateTimeJsonAdapter.class - [JAR]
info.metadude.kotlin.library.engelsystem.models
├─ info.metadude.kotlin.library.engelsystem.models.Shift.class - [JAR]
├─ info.metadude.kotlin.library.engelsystem.models.ShiftJsonAdapter.class - [JAR]