License |
License |
---|---|
Categories |
CategoriesMOA Business Logic Libraries Machine Learning |
GroupId | GroupIdio.github.jamoamo |
ArtifactId | ArtifactIdjfpl |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptionjfpl
A lightweight unofficial Java wrapper for FPL (fantasy.premierleague.com)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jfpl-0.1.pom | |
jfpl-0.1.jar | 58 KB |
jfpl-0.1-sources.jar | 71 KB |
jfpl-0.1-javadoc.jar | 251 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jamoamo/jfpl/ -->
<dependency>
<groupId>io.github.jamoamo</groupId>
<artifactId>jfpl</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jamoamo/jfpl/
implementation 'io.github.jamoamo:jfpl:0.1'
// https://jarcasting.com/artifacts/io.github.jamoamo/jfpl/
implementation ("io.github.jamoamo:jfpl:0.1")
'io.github.jamoamo:jfpl:jar:0.1'
<dependency org="io.github.jamoamo" name="jfpl" rev="0.1">
<artifact name="jfpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jamoamo', module='jfpl', version='0.1')
)
libraryDependencies += "io.github.jamoamo" % "jfpl" % "0.1"
[io.github.jamoamo/jfpl "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |