MVN

dev.mlnr : BotListHandler-javacord

Maven & Gradle

Jul 16, 2022
1 stars

BotListHandler · a library which handles discord bot lists stats updating for you

<dependency>
    <groupId>dev.mlnr</groupId>
    <artifactId>BotListHandler-javacord</artifactId>
    <version>2.0.0_14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.mlnr : BotListHandler-javacord to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0_14

All Versions

Choose a version of dev.mlnr : BotListHandler-javacord to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
BotListHandler-javacord-2.0.0_14
BotListHandler-javacord-2.0.0_13
BotListHandler-javacord-2.0.0_12
BotListHandler-javacord-2.0.0_11
BotListHandler-javacord-2.0.0_10
BotListHandler-javacord-2.0.0_9
BotListHandler-javacord-2.0.0_8
BotListHandler-javacord-2.0.0_7
BotListHandler-javacord-2.0.0_6
BotListHandler-javacord-2.0.0_5
BotListHandler-javacord-2.0.0_4
BotListHandler-javacord-2.0.0_3
BotListHandler-javacord-2.0.0_2
BotListHandler-javacord-2.0.0_1

How to add a dependency to Maven

Add the following dev.mlnr : BotListHandler-javacord maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.mlnr</groupId>
    <artifactId>BotListHandler-javacord</artifactId>
    <version>2.0.0_14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.mlnr : BotListHandler-javacord gradle dependency to your build.gradle file:

implementation 'dev.mlnr:BotListHandler-javacord:2.0.0_14'

Gradle Kotlin DSL: Add the following dev.mlnr : BotListHandler-javacord gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.mlnr:BotListHandler-javacord:2.0.0_14")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.mlnr : BotListHandler-javacord sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.mlnr" % "BotListHandler-javacord" % "2.0.0_14"

Advertisement