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 common-location-server-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fivefaces.location.entity
├─ com.fivefaces.location.entity.Address.class - [JAR]
├─ com.fivefaces.location.entity.AppAbstractEntity.class - [JAR]
├─ com.fivefaces.location.entity.LocationEntity.class - [JAR]
├─ com.fivefaces.location.entity.Position.class - [JAR]
com.fivefaces.location.service
├─ com.fivefaces.location.service.LocationService.class - [JAR]
com.fivefaces.location.repository
├─ com.fivefaces.location.repository.LocationRepository.class - [JAR]
com.fivefaces.location.service.adapter
├─ com.fivefaces.location.service.adapter.LocationAdapter.class - [JAR]
com.fivefaces.location.pojo
├─ com.fivefaces.location.pojo.Location.class - [JAR]
com.fivefaces.location.service.impl
├─ com.fivefaces.location.service.impl.LocationServiceImpl.class - [JAR]
com.fivefaces
├─ com.fivefaces.LocationApplication.class - [JAR]