Dependencies
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:
kotlin
maven("https://repo.bx-team.space/releases")
1
groovy
maven { url "https://repo.bx-team.space/releases" }
1
xml
<repository>
<id>bx-team-releases</id>
<name>BX Team Maven repository</name>
<url>https://repo.bx-team.space/releases</url>
</repository>
1
2
3
4
5
2
3
4
5
kotlin
implementation("space.bxteam:ndailyrewards:3.1.0")
1
groovy
implementation "space.bxteam:ndailyrewards:3.1.0"
1
xml
<dependency>
<groupId>space.bxteam</groupId>
<artifactId>ndailyrewards</artifactId>
<version>3.1.0</version>
</dependency>
1
2
3
4
5
2
3
4
5
Next Steps
You can find the documentation for NDailyRewards API in the following sections: