MVN

com.elypia : commandler

Maven & Gradle

Jun 27, 2018

Commandler · Commandler is an commands framework designed for Discord bots with JDA.

<dependency>
    <groupId>com.elypia</groupId>
    <artifactId>commandler</artifactId>
    <version>1.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.elypia : commandler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.11

All Versions

Choose a version of com.elypia : commandler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
commandler-1.1.11
commandler-1.1.10
commandler-1.1.9
commandler-1.1.8
commandler-1.1.6
commandler-1.1.5
commandler-1.1.4
commandler-1.1.3
commandler-1.1.2
commandler-1.1.1
1.0.x
commandler-1.0.2
commandler-1.0.1
commandler-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.elypia</groupId>
    <artifactId>commandler</artifactId>
    <version>1.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.elypia : commandler gradle dependency to your build.gradle file:

implementation 'com.elypia:commandler:1.1.11'

Gradle Kotlin DSL: Add the following com.elypia : commandler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.elypia:commandler:1.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.elypia : commandler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.elypia" % "commandler" % "1.1.11"