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 sherlock-api-coroutines-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.coditory.sherlock.coroutines.test
├─ com.coditory.sherlock.coroutines.test.DistributedLockMock.class - [JAR]
├─ com.coditory.sherlock.coroutines.test.SherlockStub.class - [JAR]
com.coditory.sherlock.coroutines
├─ com.coditory.sherlock.coroutines.DistributedLock.class - [JAR]
├─ com.coditory.sherlock.coroutines.Sherlock.class - [JAR]
com.coditory.sherlock.coroutines.migrator
├─ com.coditory.sherlock.coroutines.migrator.SherlockMigrator.class - [JAR]
├─ com.coditory.sherlock.coroutines.migrator.SherlockMigratorBuilder.class - [JAR]