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 kotlin-faker-travel-2.0.0-rc.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.serpro69.kfaker.travel
├─ io.github.serpro69.kfaker.travel.TravelFaker.class - [JAR]
├─ io.github.serpro69.kfaker.travel.TravelFakerKt.class - [JAR]
io.github.serpro69.kfaker.travel.provider
├─ io.github.serpro69.kfaker.travel.provider.Airport.class - [JAR]
├─ io.github.serpro69.kfaker.travel.provider.Australia.class - [JAR]
├─ io.github.serpro69.kfaker.travel.provider.Compass.class - [JAR]
├─ io.github.serpro69.kfaker.travel.provider.EuropeanUnion.class - [JAR]
├─ io.github.serpro69.kfaker.travel.provider.IataCode.class - [JAR]
├─ io.github.serpro69.kfaker.travel.provider.Mountain.class - [JAR]
├─ io.github.serpro69.kfaker.travel.provider.Nation.class - [JAR]
├─ io.github.serpro69.kfaker.travel.provider.TrainStation.class - [JAR]
├─ io.github.serpro69.kfaker.travel.provider.TrainStationGermany.class - [JAR]
├─ io.github.serpro69.kfaker.travel.provider.TrainStationSpain.class - [JAR]
├─ io.github.serpro69.kfaker.travel.provider.TrainStationUnitedKingdom.class - [JAR]
├─ io.github.serpro69.kfaker.travel.provider.TrainStationUnitedStates.class - [JAR]
├─ io.github.serpro69.kfaker.travel.provider.UnitedStates.class - [JAR]