MVN

gq.bxteam : ndailyrewards

Maven & Gradle

Jun 07, 2023
6 stars

NDailyRewards · Reward players for playing on the server!

<dependency>
    <groupId>gq.bxteam</groupId>
    <artifactId>ndailyrewards</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gq.bxteam : ndailyrewards to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of gq.bxteam : ndailyrewards to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
ndailyrewards-1.7
1.6.x
ndailyrewards-1.6.1
1.6
ndailyrewards-1.6
1.5.x
ndailyrewards-1.5.8
ndailyrewards-1.5.7
ndailyrewards-1.5.6
ndailyrewards-1.5.5
ndailyrewards-1.5.4

How to add a dependency to Maven

Add the following gq.bxteam : ndailyrewards maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gq.bxteam</groupId>
    <artifactId>ndailyrewards</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gq.bxteam : ndailyrewards gradle dependency to your build.gradle file:

implementation 'gq.bxteam:ndailyrewards:1.7'

Gradle Kotlin DSL: Add the following gq.bxteam : ndailyrewards gradle kotlin dependency to your build.gradle.kts file:

implementation("gq.bxteam:ndailyrewards:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following gq.bxteam : ndailyrewards sbt scala dependency to your build.sbt file:

libraryDependencies += "gq.bxteam" % "ndailyrewards" % "1.7"