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 kushan-snowflake-client-v1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.yingzhuo.kushan.snowflake.impl
├─ com.github.yingzhuo.kushan.snowflake.impl.DefaultSnowflakeClient.class - [JAR]
├─ com.github.yingzhuo.kushan.snowflake.impl.OfflineSnowflakeClient.class - [JAR]
com.github.yingzhuo.kushan.snowflake
├─ com.github.yingzhuo.kushan.snowflake.Scheme.class - [JAR]
├─ com.github.yingzhuo.kushan.snowflake.Snowflake.class - [JAR]
├─ com.github.yingzhuo.kushan.snowflake.SnowflakeClient.class - [JAR]
com.github.yingzhuo.kushan.snowflake.autoconfig
├─ com.github.yingzhuo.kushan.snowflake.autoconfig.SnowflakeClientAutoConfig.class - [JAR]