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")

Dependency

dependencies {
    implementation("space.bxteam:ndailyrewards:3.1.0")
}

Next Steps

You can find the documentation for NDailyRewards API in the following sections:

On this page