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 discordbotlist-stats-core-0.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.kaleidox.botstats
├─ de.kaleidox.botstats.BotList.class - [JAR]
├─ de.kaleidox.botstats.BotListSettings.class - [JAR]
de.kaleidox.botstats.model
├─ de.kaleidox.botstats.model.JsonFactory.class - [JAR]
├─ de.kaleidox.botstats.model.StatsClient.class - [JAR]
de.kaleidox.botstats.net
├─ de.kaleidox.botstats.net.Method.class - [JAR]
de.kaleidox.botstats.exception
├─ de.kaleidox.botstats.exception.RequestFailedException.class - [JAR]
de.kaleidox.botstats.endpoints
├─ de.kaleidox.botstats.endpoints.Endpoint.class - [JAR]
├─ de.kaleidox.botstats.endpoints.Scope.class - [JAR]
de.kaleidox.botstats.endpoints.impl
├─ de.kaleidox.botstats.endpoints.impl.BotsOndiscordXyzEndpointLibrary.class - [JAR]
├─ de.kaleidox.botstats.endpoints.impl.DiscordBotsGgEndpointLibrary.class - [JAR]
├─ de.kaleidox.botstats.endpoints.impl.DiscordbotlistComEndpointLibrary.class - [JAR]
├─ de.kaleidox.botstats.endpoints.impl.DiscordbotsOrgEndpointLibrary.class - [JAR]
├─ de.kaleidox.botstats.endpoints.impl.DivinediscordbotsComEndpointLibrary.class - [JAR]
├─ de.kaleidox.botstats.endpoints.impl.EndpointBaseImpl.class - [JAR]