Dependencies
Learn how to add NDailyRewards to your project.
If you want to use NDailyRewards in your project, you need to add the following dependencies to your project.
Depending on the build system you are using, add the following code to your project:
Repository
maven("https://repo.bx-team.space/releases")
maven { url "https://repo.bx-team.space/releases" }
<repository>
<id>bx-team-releases</id>
<name>BX Team Maven repository</name>
<url>https://repo.bx-team.space/releases</url>
</repository>
Dependency
dependencies {
implementation("space.bxteam:ndailyrewards:3.1.0")
}
dependencies {
implementation "space.bxteam:ndailyrewards:3.1.0"
}
<dependency>
<groupId>space.bxteam</groupId>
<artifactId>ndailyrewards</artifactId>
<version>3.1.0</version>
</dependency>
Next Steps
You can find the documentation for NDailyRewards API in the following sections:
Edit on GitHub
Last updated on