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 cucumber2junit-maven-plugin-1.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.carousell.cucumber2junit.aws
├─ io.github.carousell.cucumber2junit.aws.AWSDynamoService.class - [JAR]
io.github.carousell.cucumber2junit.model
├─ io.github.carousell.cucumber2junit.model.Feature.class - [JAR]
├─ io.github.carousell.cucumber2junit.model.Scenario.class - [JAR]
io.github.carousell.cucumber2junit
├─ io.github.carousell.cucumber2junit.AWSDynamoDBTagsResolver.class - [JAR]
├─ io.github.carousell.cucumber2junit.CodeGenerationMojo.class - [JAR]
├─ io.github.carousell.cucumber2junit.FeatureParser.class - [JAR]
├─ io.github.carousell.cucumber2junit.JUnitTestGenerator.class - [JAR]
├─ io.github.carousell.cucumber2junit.JavaUtils.class - [JAR]
├─ io.github.carousell.cucumber2junit.TagsResolver.class - [JAR]