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 bgg-client-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.marcioos.bggclient
├─ com.github.marcioos.bggclient.BGG.class - [JAR]
├─ com.github.marcioos.bggclient.BggService.class - [JAR]
com.github.marcioos.bggclient.search.domain
├─ com.github.marcioos.bggclient.search.domain.SearchItem.class - [JAR]
├─ com.github.marcioos.bggclient.search.domain.SearchOutput.class - [JAR]
com.github.marcioos.bggclient.fetch.domain
├─ com.github.marcioos.bggclient.fetch.domain.CollectionItem.class - [JAR]
├─ com.github.marcioos.bggclient.fetch.domain.FetchItem.class - [JAR]
├─ com.github.marcioos.bggclient.fetch.domain.FetchItemOutput.class - [JAR]
├─ com.github.marcioos.bggclient.fetch.domain.Link.class - [JAR]
├─ com.github.marcioos.bggclient.fetch.domain.Poll.class - [JAR]
├─ com.github.marcioos.bggclient.fetch.domain.SuggestedNumPlayersPoll.class - [JAR]
├─ com.github.marcioos.bggclient.fetch.domain.UserCollection.class - [JAR]
com.github.marcioos.bggclient.common.domain
├─ com.github.marcioos.bggclient.common.domain.Value.class - [JAR]
com.github.marcioos.bggclient.search
├─ com.github.marcioos.bggclient.search.SearchException.class - [JAR]
com.github.marcioos.bggclient.common
├─ com.github.marcioos.bggclient.common.ThingType.class - [JAR]
com.github.marcioos.bggclient.fetch
├─ com.github.marcioos.bggclient.fetch.FetchException.class - [JAR]