jar

io.github.jamoamo : jfpl

Maven & Gradle

Jun 10, 2023
4 stars

JFpl · A lightweight unofficial Java wrapper for FPL (fantasy.premierleague.com)

Table Of Contents

Latest Version

Download io.github.jamoamo : jfpl JAR file - Latest Versions:

All Versions

Download io.github.jamoamo : jfpl JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5
0.4
0.3
0.2
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jfpl-0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.jamoamo.jfpl

├─ com.github.jamoamo.jfpl.EntryGameweekMapper.class - [JAR]

├─ com.github.jamoamo.jfpl.FPL.class - [JAR]

├─ com.github.jamoamo.jfpl.FPLClient.class - [JAR]

├─ com.github.jamoamo.jfpl.FPLDataCache.class - [JAR]

├─ com.github.jamoamo.jfpl.FPLLoginCredentials.class - [JAR]

├─ com.github.jamoamo.jfpl.FixtureMapper.class - [JAR]

├─ com.github.jamoamo.jfpl.GameweekHistoryMapper.class - [JAR]

├─ com.github.jamoamo.jfpl.GameweekMapper.class - [JAR]

├─ com.github.jamoamo.jfpl.HttpConnection.class - [JAR]

├─ com.github.jamoamo.jfpl.IFPLClient.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonAutomaticSub.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonCurrentUser.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonCurrentUserPlayer.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonCurrentUserTeam.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonElementType.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonEntryGameweek.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonFixture.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonGameweek.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonGameweekEntryPick.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonGameweekHistory.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonPastSeasonHistory.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonPlayer.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonStaticData.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonTeam.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonTeamChip.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonTeamPicks.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonTeamTransfers.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonUser.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonUserHistory.class - [JAR]

├─ com.github.jamoamo.jfpl.JsonUserLeagues.class - [JAR]

├─ com.github.jamoamo.jfpl.PlayerMapper.class - [JAR]

├─ com.github.jamoamo.jfpl.PlayerTypeMapper.class - [JAR]

├─ com.github.jamoamo.jfpl.TeamMapper.class - [JAR]

├─ com.github.jamoamo.jfpl.UserHistoryMapper.class - [JAR]

├─ com.github.jamoamo.jfpl.UserMapper.class - [JAR]

├─ com.github.jamoamo.jfpl.UserTeamMapper.class - [JAR]

├─ com.github.jamoamo.jfpl.XAPIException.class - [JAR]

├─ com.github.jamoamo.jfpl.XClientException.class - [JAR]

├─ com.github.jamoamo.jfpl.XConnectionException.class - [JAR]

├─ com.github.jamoamo.jfpl.XFPLAPIResponseException.class - [JAR]

├─ com.github.jamoamo.jfpl.XFPLLoginException.class - [JAR]

├─ com.github.jamoamo.jfpl.XFPLMappingException.class - [JAR]

├─ com.github.jamoamo.jfpl.XFPLResourceNotFound.class - [JAR]

├─ com.github.jamoamo.jfpl.XFPLServiceUnavailable.class - [JAR]

├─ com.github.jamoamo.jfpl.XFPLUnavailableException.class - [JAR]

├─ com.github.jamoamo.jfpl.XNotAllowed.class - [JAR]

├─ com.github.jamoamo.jfpl.XNotAuthorised.class - [JAR]

├─ com.github.jamoamo.jfpl.XResourceNotFound.class - [JAR]

├─ com.github.jamoamo.jfpl.XResponseMappingException.class - [JAR]

├─ com.github.jamoamo.jfpl.XServiceUnavailable.class - [JAR]

com.github.jamoamo.jfpl.model

├─ com.github.jamoamo.jfpl.model.FPLAutomcaticSub.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLChip.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLChipStatus.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLEntryGameweek.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLFixture.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLGameweek.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLGameweekHistory.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLGameweekPick.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLGameweekSummary.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLPastSeason.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLPlayer.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLPlayerICT.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLPlayerSetPieces.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLPlayerStats.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLPlayerTransfers.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLPlayerType.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLPlayingChance.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLPosition.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLRegion.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLTeam.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLTeamChip.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLUser.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLUserHistory.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLUserLeagues.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLUserTeam.class - [JAR]

├─ com.github.jamoamo.jfpl.model.FPLUserTeamPick.class - [JAR]