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 propertiestoclass-maven-plugin-0.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.morinb.maven.mapper
├─ com.github.morinb.maven.mapper.ToClassMapper.class - [JAR]
com.github.morinb.maven
├─ com.github.morinb.maven.PropertiesToClassMojo.class - [JAR]
com.github.morinb.maven.processor.impl
├─ com.github.morinb.maven.processor.impl.GuavaPropertiesFilenameProcessor.class - [JAR]
com.github.morinb.maven.mapper.impl
├─ com.github.morinb.maven.mapper.impl.Field.class - [JAR]
├─ com.github.morinb.maven.mapper.impl.PropertiesToClassMapper.class - [JAR]
com.github.morinb.maven.processor
├─ com.github.morinb.maven.processor.PropertiesFilenameProcessor.class - [JAR]