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 uuid-0.1.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.v1ok.uuid.util
├─ com.v1ok.uuid.util.NumericConvertUtil.class - [JAR]
com.v1ok.uuid.snowflake
├─ com.v1ok.uuid.snowflake.GenerateImpl.class - [JAR]
com.v1ok.uuid.snowflake.support
├─ com.v1ok.uuid.snowflake.support.IDParseDate.class - [JAR]
com.v1ok.uuid
├─ com.v1ok.uuid.AutoConfig.class - [JAR]
├─ com.v1ok.uuid.IDGenerate.class - [JAR]
├─ com.v1ok.uuid.IDGenerateBuilder.class - [JAR]
com.v1ok.uuid.property
├─ com.v1ok.uuid.property.GenerateType.class - [JAR]
├─ com.v1ok.uuid.property.SnowflakeProperties.class - [JAR]
├─ com.v1ok.uuid.property.TypeProperties.class - [JAR]
├─ com.v1ok.uuid.property.UUIDType.class - [JAR]
com.v1ok.uuid.java
├─ com.v1ok.uuid.java.GenerateImpl.class - [JAR]