MVN

net.katsstuff : ackcord-commands-core_2.12

Maven & Gradle

Dec 04, 2019
1 usages
109 stars

commands-core · ackCord-commands-core provides the glue code between ackcord-core and ackcord-commands

<dependency>
    <groupId>net.katsstuff</groupId>
    <artifactId>ackcord-commands-core_2.12</artifactId>
    <version>0.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.katsstuff : ackcord-commands-core_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.0
  • Latest Release Candidate: 0.15.0-RC1

All Versions

Choose a version of net.katsstuff : ackcord-commands-core_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
ackcord-commands-core_2.12-0.15.0
ackcord-commands-core_2.12-0.15.0-RC1
ackcord-commands-core_2.12-0.15.0-M3
ackcord-commands-core_2.12-0.15.0-M2
ackcord-commands-core_2.12-0.15.0-M1
0.14.x
ackcord-commands-core_2.12-0.14.0
0.13.x
ackcord-commands-core_2.12-0.13.0
0.12.x
ackcord-commands-core_2.12-0.12.0
0.11.x
ackcord-commands-core_2.12-0.11.0
ackcord-commands-core_2.12-0.11.0-RC2
ackcord-commands-core_2.12-0.11.0-RC1
0.10.x
ackcord-commands-core_2.12-0.10.0

How to add a dependency to Maven

Add the following net.katsstuff : ackcord-commands-core_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.katsstuff</groupId>
    <artifactId>ackcord-commands-core_2.12</artifactId>
    <version>0.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.katsstuff : ackcord-commands-core_2.12 gradle dependency to your build.gradle file:

implementation 'net.katsstuff:ackcord-commands-core_2.12:0.15.0'

Gradle Kotlin DSL: Add the following net.katsstuff : ackcord-commands-core_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.katsstuff:ackcord-commands-core_2.12:0.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.katsstuff : ackcord-commands-core_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.katsstuff" % "ackcord-commands-core_2.12" % "0.15.0"

Advertisement