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 akiwrapper-1.6.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eu.zajc.akiwrapper.core.impl
├─ org.eu.zajc.akiwrapper.core.impl.AkiwrapperImpl.class - [JAR]
org.eu.zajc.akiwrapper.core.entities.impl
├─ org.eu.zajc.akiwrapper.core.entities.impl.GuessImpl.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.entities.impl.QuestionImpl.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.entities.impl.ServerImpl.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.entities.impl.StatusImpl.class - [JAR]
org.eu.zajc.akiwrapper.core.utils
├─ org.eu.zajc.akiwrapper.core.utils.ApiKey.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.utils.JSONUtils.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.utils.Servers.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.utils.UnirestUtils.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.utils.Utilities.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.utils.WorkaroundUtils.class - [JAR]
org.eu.zajc.akiwrapper.core.entities
├─ org.eu.zajc.akiwrapper.core.entities.Guess.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.entities.Identifiable.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.entities.Question.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.entities.Server.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.entities.Status.class - [JAR]
org.eu.zajc.akiwrapper.core.exceptions
├─ org.eu.zajc.akiwrapper.core.exceptions.AkinatorException.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.exceptions.QuestionsExhaustedException.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.exceptions.ServerNotFoundException.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.exceptions.ServerStatusException.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.exceptions.UndoOutOfBoundsException.class - [JAR]
org.eu.zajc.akiwrapper
├─ org.eu.zajc.akiwrapper.Akiwrapper.class - [JAR]
├─ org.eu.zajc.akiwrapper.AkiwrapperBuilder.class - [JAR]
org.eu.zajc.akiwrapper.core.utils.route
├─ org.eu.zajc.akiwrapper.core.utils.route.Request.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.utils.route.Response.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.utils.route.Route.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.utils.route.RouteBuilder.class - [JAR]
├─ org.eu.zajc.akiwrapper.core.utils.route.Routes.class - [JAR]