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 kotlinw-module-core-jvm-0.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.kotlinw.module.httpclient
├─ xyz.kotlinw.module.httpclient.CustomHttpClientEngineProvider.class - [JAR]
├─ xyz.kotlinw.module.httpclient.DefaultHttpClientEngineProvider.class - [JAR]
├─ xyz.kotlinw.module.httpclient.HttpClientModule.class - [JAR]
├─ xyz.kotlinw.module.httpclient.HttpClientModule_jvmKt.class - [JAR]
xyz.kotlinw.module.configuration
├─ xyz.kotlinw.module.configuration.ConfigurationModule.class - [JAR]
├─ xyz.kotlinw.module.configuration.ContainerUtil_jvmKt.class - [JAR]
xyz.kotlinw.module.serializer
├─ xyz.kotlinw.module.serializer.SerializerModule.class - [JAR]
xyz.kotlinw.module.core
├─ xyz.kotlinw.module.core.ApplicationCoroutineService.class - [JAR]
├─ xyz.kotlinw.module.core.ApplicationCoroutineServiceImpl.class - [JAR]
├─ xyz.kotlinw.module.core.CoreModule.class - [JAR]
xyz.kotlinw.module.logging
├─ xyz.kotlinw.module.logging.LoggingIntegratorProvider.class - [JAR]
├─ xyz.kotlinw.module.logging.LoggingModule.class - [JAR]