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 quasar-kotlin-0.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
co.paralleluniverse.kotlin.concurrent
├─ co.paralleluniverse.kotlin.concurrent.ConcurrentKt.class - [JAR]
co.paralleluniverse.kotlin
├─ co.paralleluniverse.kotlin.Actor.class - [JAR]
├─ co.paralleluniverse.kotlin.ActorKt.class - [JAR]
├─ co.paralleluniverse.kotlin.FiberLockedLazyImpl.class - [JAR]
├─ co.paralleluniverse.kotlin.InitializedLazyImpl.class - [JAR]
├─ co.paralleluniverse.kotlin.KotlinClassifier.class - [JAR]
├─ co.paralleluniverse.kotlin.KotlinKt.class - [JAR]
├─ co.paralleluniverse.kotlin.Receive.class - [JAR]
├─ co.paralleluniverse.kotlin.SelectOp.class - [JAR]
├─ co.paralleluniverse.kotlin.Send.class - [JAR]
├─ co.paralleluniverse.kotlin.UNINITIALIZED_VALUE.class - [JAR]
co.paralleluniverse.actors
├─ co.paralleluniverse.actors.KotlinActorSupport.class - [JAR]