MVN

me.jakejmattson : DiscordKt

Maven & Gradle

Aug 28, 2022
77 stars

DiscordKt · A Discord bot framework for Kotlin.

<dependency>
    <groupId>me.jakejmattson</groupId>
    <artifactId>DiscordKt</artifactId>
    <version>0.23.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.jakejmattson : DiscordKt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.23.4

All Versions

Choose a version of me.jakejmattson : DiscordKt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.23.x
DiscordKt-0.23.4
DiscordKt-0.23.3
DiscordKt-0.23.2
DiscordKt-0.23.1
DiscordKt-0.23.0
0.22.x
DiscordKt-0.22.0
0.21.x
DiscordKt-0.21.3
DiscordKt-0.21.2
DiscordKt-0.21.1
DiscordKt-0.21.0
0.20.x
DiscordKt-0.20.0
0.19.x
DiscordKt-0.19.1
DiscordKt-0.19.0

How to add a dependency to Maven

Add the following me.jakejmattson : DiscordKt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.jakejmattson</groupId>
    <artifactId>DiscordKt</artifactId>
    <version>0.23.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.jakejmattson : DiscordKt gradle dependency to your build.gradle file:

implementation 'me.jakejmattson:DiscordKt:0.23.4'

Gradle Kotlin DSL: Add the following me.jakejmattson : DiscordKt gradle kotlin dependency to your build.gradle.kts file:

implementation("me.jakejmattson:DiscordKt:0.23.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.jakejmattson : DiscordKt sbt scala dependency to your build.sbt file:

libraryDependencies += "me.jakejmattson" % "DiscordKt" % "0.23.4"