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 nts-saas-security-user-1.1.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nentangso.core.repository
├─ org.nentangso.core.repository.NtsAuthorityRepository.class - [JAR]
├─ org.nentangso.core.repository.NtsUserRepository.class - [JAR]
├─ org.nentangso.core.repository.package-info.class - [JAR]
org.nentangso.core.web.rest
├─ org.nentangso.core.web.rest.package-info.class - [JAR]
org.nentangso.core.service.mapper
├─ org.nentangso.core.service.mapper.NtsUserMapper.class - [JAR]
├─ org.nentangso.core.service.mapper.package-info.class - [JAR]
org.nentangso.core.domain
├─ org.nentangso.core.domain.NtsAuthority.class - [JAR]
├─ org.nentangso.core.domain.NtsAuthority_.class - [JAR]
├─ org.nentangso.core.domain.NtsUserEntity.class - [JAR]
├─ org.nentangso.core.domain.NtsUserEntity_.class - [JAR]
├─ org.nentangso.core.domain.package-info.class - [JAR]
org.nentangso.core.web.rest.vm
├─ org.nentangso.core.web.rest.vm.NtsManagedUserVM.class - [JAR]
├─ org.nentangso.core.web.rest.vm.package-info.class - [JAR]
org.nentangso.core.service
├─ org.nentangso.core.service.NtsUserService.class - [JAR]
├─ org.nentangso.core.service.package-info.class - [JAR]