MVN

dev.mayuna : modular-discord-bot

Maven & Gradle

Jul 19, 2023
0 stars

ModularDiscordBot · Modular Discord Bot

<dependency>
    <groupId>dev.mayuna</groupId>
    <artifactId>modular-discord-bot</artifactId>
    <version>b1.5.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.mayuna : modular-discord-bot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: b1.5.13

All Versions

Choose a version of dev.mayuna : modular-discord-bot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
b1.5.x
modular-discord-bot-b1.5.13
modular-discord-bot-b1.5.12
modular-discord-bot-b1.5.11
modular-discord-bot-b1.5.10
modular-discord-bot-b1.5.9
modular-discord-bot-b1.5.8
modular-discord-bot-b1.5.7
modular-discord-bot-b1.5.6
modular-discord-bot-b1.5.5
modular-discord-bot-b1.5.4
modular-discord-bot-b1.5.3
modular-discord-bot-b1.5.2
modular-discord-bot-b1.5.1
modular-discord-bot-b1.5.12_preview1
b1.5
modular-discord-bot-b1.5
b1.4.x
modular-discord-bot-b1.4.3
modular-discord-bot-b1.4.2
modular-discord-bot-b1.4.1
b1.4
modular-discord-bot-b1.4
b1.3.x
modular-discord-bot-b1.3.2
modular-discord-bot-b1.3.1
b1.3
modular-discord-bot-b1.3
b1.2.x
modular-discord-bot-b1.2.1
b1.1.x
modular-discord-bot-b1.1.1

How to add a dependency to Maven

Add the following dev.mayuna : modular-discord-bot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.mayuna</groupId>
    <artifactId>modular-discord-bot</artifactId>
    <version>b1.5.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.mayuna : modular-discord-bot gradle dependency to your build.gradle file:

implementation 'dev.mayuna:modular-discord-bot:b1.5.13'

Gradle Kotlin DSL: Add the following dev.mayuna : modular-discord-bot gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.mayuna:modular-discord-bot:b1.5.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.mayuna : modular-discord-bot sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.mayuna" % "modular-discord-bot" % "b1.5.13"