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 zkotlin-1.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
br.com.zup.zkotlin.coroutine
├─ br.com.zup.zkotlin.coroutine.CoroutineListKt.class - [JAR]
br.com.zup.zkotlin.extensions
├─ br.com.zup.zkotlin.extensions.IntKt.class - [JAR]
br.com.zup.zkotlin.either
├─ br.com.zup.zkotlin.either.Either.class - [JAR]
├─ br.com.zup.zkotlin.either.EitherListKt.class - [JAR]
├─ br.com.zup.zkotlin.either.IEither.class - [JAR]
├─ br.com.zup.zkotlin.either.Left.class - [JAR]
├─ br.com.zup.zkotlin.either.Right.class - [JAR]
br.com.zup.zkotlin.currying
├─ br.com.zup.zkotlin.currying.CurryingKt.class - [JAR]