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 country-domain-15.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.proton.core.country.domain.repository
├─ me.proton.core.country.domain.repository.CountriesRepository.class - [JAR]
me.proton.core.country.domain.usecase
├─ me.proton.core.country.domain.usecase.DefaultCountry.class - [JAR]
├─ me.proton.core.country.domain.usecase.GetCountry.class - [JAR]
├─ me.proton.core.country.domain.usecase.LoadCountries.class - [JAR]
me.proton.core.country.domain.entity
├─ me.proton.core.country.domain.entity.Country.class - [JAR]