MVN

net.octopvp : Commander-JDA

Maven & Gradle

Jun 28, 2023
6 stars

Commander · Java annotation-based command parsing library

<dependency>
    <groupId>net.octopvp</groupId>
    <artifactId>Commander-JDA</artifactId>
    <version>0.0.3-REL</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.octopvp : Commander-JDA to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3-REL

All Versions

Choose a version of net.octopvp : Commander-JDA to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
Commander-JDA-0.0.3-REL
Commander-JDA-0.0.2-REL

How to add a dependency to Maven

Add the following net.octopvp : Commander-JDA maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.octopvp</groupId>
    <artifactId>Commander-JDA</artifactId>
    <version>0.0.3-REL</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.octopvp : Commander-JDA gradle dependency to your build.gradle file:

implementation 'net.octopvp:Commander-JDA:0.0.3-REL'

Gradle Kotlin DSL: Add the following net.octopvp : Commander-JDA gradle kotlin dependency to your build.gradle.kts file:

implementation("net.octopvp:Commander-JDA:0.0.3-REL")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.octopvp : Commander-JDA sbt scala dependency to your build.sbt file:

libraryDependencies += "net.octopvp" % "Commander-JDA" % "0.0.3-REL"

Advertisement