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-base-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.Is0x4096.common.base.extend
├─ com.github.Is0x4096.common.base.extend.ToString.class - [JAR]
com.github.Is0x4096.common.base.pojo.vo
├─ com.github.Is0x4096.common.base.pojo.vo.ReqPageVO.class - [JAR]
├─ com.github.Is0x4096.common.base.pojo.vo.ReqVO.class - [JAR]
├─ com.github.Is0x4096.common.base.pojo.vo.RespVO.class - [JAR]
com.github.Is0x4096.common.base.context
├─ com.github.Is0x4096.common.base.context.CommonContext.class - [JAR]
com.github.Is0x4096.common.base.enums
├─ com.github.Is0x4096.common.base.enums.StatusEnum.class - [JAR]
com.github.Is0x4096.common.base.result
├─ com.github.Is0x4096.common.base.result.R.class - [JAR]
com.github.Is0x4096.common.base.interf
├─ com.github.Is0x4096.common.base.interf.IEnum.class - [JAR]
com.github.Is0x4096.common.base.pojo.dto
├─ com.github.Is0x4096.common.base.pojo.dto.ReqDTO.class - [JAR]
├─ com.github.Is0x4096.common.base.pojo.dto.ReqPageDTO.class - [JAR]
├─ com.github.Is0x4096.common.base.pojo.dto.RespDTO.class - [JAR]
com.github.Is0x4096.common.base.page
├─ com.github.Is0x4096.common.base.page.Pagination.class - [JAR]