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 ktor-routers-client-jvm-1.9.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.nathanfallet.ktorx.models.api
├─ me.nathanfallet.ktorx.models.api.AbstractAPIClient.class - [JAR]
├─ me.nathanfallet.ktorx.models.api.IAPIClient.class - [JAR]
me.nathanfallet.ktorx.models.exceptions
├─ me.nathanfallet.ktorx.models.exceptions.APIException.class - [JAR]
me.nathanfallet.ktorx.repositories.api
├─ me.nathanfallet.ktorx.repositories.api.APIChildModelRemoteRepository.class - [JAR]
├─ me.nathanfallet.ktorx.repositories.api.APIModelRemoteRepository.class - [JAR]
├─ me.nathanfallet.ktorx.repositories.api.APIUnitRemoteRepository.class - [JAR]
├─ me.nathanfallet.ktorx.repositories.api.IAPIChildModelRemoteRepository.class - [JAR]
├─ me.nathanfallet.ktorx.repositories.api.IAPIModelRemoteRepository.class - [JAR]
me.nathanfallet.ktorx.repositories.auth
├─ me.nathanfallet.ktorx.repositories.auth.AuthAPIRemoteRepository.class - [JAR]
├─ me.nathanfallet.ktorx.repositories.auth.IAuthAPIRemoteRepository.class - [JAR]
me.nathanfallet.ktorx.usecases.api
├─ me.nathanfallet.ktorx.usecases.api.IGetTokenUseCase.class - [JAR]