| License |
License |
|---|---|
| GroupId | GroupIdcom.sdcalmes |
| ArtifactId | ArtifactIdsleeper-api |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSleeper API Wrapper
This library gives you an easy-to-use wrapper for the Sleeper fantasy football API
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sleeper-api-1.2.0.pom | |
| sleeper-api-1.2.0.jar | 29 KB |
| sleeper-api-1.2.0-sources.jar | 20 KB |
| sleeper-api-1.2.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sdcalmes/sleeper-api/ -->
<dependency>
<groupId>com.sdcalmes</groupId>
<artifactId>sleeper-api</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdcalmes/sleeper-api/
implementation 'com.sdcalmes:sleeper-api:1.2.0'
// https://jarcasting.com/artifacts/com.sdcalmes/sleeper-api/
implementation ("com.sdcalmes:sleeper-api:1.2.0")
'com.sdcalmes:sleeper-api:jar:1.2.0'
<dependency org="com.sdcalmes" name="sleeper-api" rev="1.2.0">
<artifact name="sleeper-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdcalmes', module='sleeper-api', version='1.2.0')
)
libraryDependencies += "com.sdcalmes" % "sleeper-api" % "1.2.0"
[com.sdcalmes/sleeper-api "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-math3 | jar | 3.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 27.1-jre |
| com.google.code.gson : gson | jar | 2.8.9 |
| com.squareup.retrofit2 : retrofit | jar | 2.6.0 |
| com.squareup.retrofit2 : converter-gson | jar | 2.6.0 |