MVN

io.github.freya022 : BotCommands

Maven & Gradle

Aug 13, 2023
55 stars

BotCommands · A JDA command framework (& much more) which helps to develop your bots faster

<dependency>
    <groupId>io.github.freya022</groupId>
    <artifactId>BotCommands</artifactId>
    <version>2.10.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.freya022 : BotCommands to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10.2
  • Latest Alpha: 3.0.0-alpha.4

All Versions

Choose a version of io.github.freya022 : BotCommands to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
BotCommands-3.0.0-alpha.4
BotCommands-3.0.0-alpha.3
BotCommands-3.0.0-alpha.2
BotCommands-3.0.0-alpha.1
2.10.x
BotCommands-2.10.2
BotCommands-2.10.1
BotCommands-2.10.0
2.9.x
BotCommands-2.9.1
BotCommands-2.9.0
2.8.x
BotCommands-2.8.7
BotCommands-2.8.6
BotCommands-2.8.5
BotCommands-2.8.4
BotCommands-2.8.3
BotCommands-2.8.2
BotCommands-2.8.1
2.8
BotCommands-2.8
2.7.x
BotCommands-2.7.0
2.6.x
BotCommands-2.6.2
BotCommands-2.6.1
BotCommands-2.6.0
2.5.x
BotCommands-2.5.1
BotCommands-2.5.0
2.4.x
BotCommands-2.4.1
BotCommands-2.4.0

How to add a dependency to Maven

Add the following io.github.freya022 : BotCommands maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.freya022</groupId>
    <artifactId>BotCommands</artifactId>
    <version>2.10.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.freya022 : BotCommands gradle dependency to your build.gradle file:

implementation 'io.github.freya022:BotCommands:2.10.2'

Gradle Kotlin DSL: Add the following io.github.freya022 : BotCommands gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.freya022:BotCommands:2.10.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.freya022 : BotCommands sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.freya022" % "BotCommands" % "2.10.2"

Advertisement