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 archunit-junit-0.8.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tngtech.archunit.junit
├─ com.tngtech.archunit.junit.AnalyzeClasses.class - [JAR]
├─ com.tngtech.archunit.junit.ArchIgnore.class - [JAR]
├─ com.tngtech.archunit.junit.ArchRuleExecution.class - [JAR]
├─ com.tngtech.archunit.junit.ArchRules.class - [JAR]
├─ com.tngtech.archunit.junit.ArchTest.class - [JAR]
├─ com.tngtech.archunit.junit.ArchTestExecution.class - [JAR]
├─ com.tngtech.archunit.junit.ArchTestExecutionException.class - [JAR]
├─ com.tngtech.archunit.junit.ArchTestMethodExecution.class - [JAR]
├─ com.tngtech.archunit.junit.ArchUnitRunner.class - [JAR]
├─ com.tngtech.archunit.junit.CacheMode.class - [JAR]
├─ com.tngtech.archunit.junit.ClassCache.class - [JAR]
├─ com.tngtech.archunit.junit.LocationProvider.class - [JAR]
├─ com.tngtech.archunit.junit.ReflectionUtils.class - [JAR]