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 apollo-client-maven-plugin-7.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.aoudiamoncef.apollo.plugin
├─ com.github.aoudiamoncef.apollo.plugin.GraphQLClientMojo.class - [JAR]
com.github.aoudiamoncef.apollo.plugin.util
├─ com.github.aoudiamoncef.apollo.plugin.util.BuildDirLayout.class - [JAR]
├─ com.github.aoudiamoncef.apollo.plugin.util.ConfigUtils.class - [JAR]
├─ com.github.aoudiamoncef.apollo.plugin.util.GzipRequestInterceptor.class - [JAR]
├─ com.github.aoudiamoncef.apollo.plugin.util.SchemaDownloader.class - [JAR]
├─ com.github.aoudiamoncef.apollo.plugin.util.UnsafeOkHttpClient.class - [JAR]
com.github.aoudiamoncef.apollo.plugin.config
├─ com.github.aoudiamoncef.apollo.plugin.config.Codegen.class - [JAR]
├─ com.github.aoudiamoncef.apollo.plugin.config.CompilationUnit.class - [JAR]
├─ com.github.aoudiamoncef.apollo.plugin.config.CompilerParams.class - [JAR]
├─ com.github.aoudiamoncef.apollo.plugin.config.Introspection.class - [JAR]
├─ com.github.aoudiamoncef.apollo.plugin.config.ScalarMapping.class - [JAR]
├─ com.github.aoudiamoncef.apollo.plugin.config.Service.class - [JAR]