MVN

com.github.johnnyjayjay : CommandAPI

Maven & Gradle

Aug 09, 2018
4 stars

A simple command api for JDA. Visit its github repository for more information.

<dependency>
    <groupId>com.github.johnnyjayjay</groupId>
    <artifactId>CommandAPI</artifactId>
    <version>3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.johnnyjayjay : CommandAPI to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2

All Versions

Choose a version of com.github.johnnyjayjay : CommandAPI to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
CommandAPI-3.2
3.1
CommandAPI-3.1
3.0_3
CommandAPI-3.0_3
3.0_2
CommandAPI-3.0_2
3.0_1
CommandAPI-3.0_1
3.0
CommandAPI-3.0

How to add a dependency to Maven

Add the following com.github.johnnyjayjay : CommandAPI maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.johnnyjayjay</groupId>
    <artifactId>CommandAPI</artifactId>
    <version>3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.johnnyjayjay : CommandAPI gradle dependency to your build.gradle file:

implementation 'com.github.johnnyjayjay:CommandAPI:3.2'

Gradle Kotlin DSL: Add the following com.github.johnnyjayjay : CommandAPI gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.johnnyjayjay:CommandAPI:3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.johnnyjayjay : CommandAPI sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.johnnyjayjay" % "CommandAPI" % "3.2"