MVN

com.jessecorbett : diskord-core-win

Maven & Gradle

Aug 27, 2023

diskord · A Kotlin wrapper around the Discord API

<dependency>
    <groupId>com.jessecorbett</groupId>
    <artifactId>diskord-core-win</artifactId>
    <version>5.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jessecorbett : diskord-core-win to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.0

All Versions

Choose a version of com.jessecorbett : diskord-core-win to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
diskord-core-win-5.2.0
5.1.x
diskord-core-win-5.1.1
diskord-core-win-5.1.0
5.0.x
diskord-core-win-5.0.0
4.1.x
diskord-core-win-4.1.1
diskord-core-win-4.1.0
4.0.x
diskord-core-win-4.0.1
diskord-core-win-4.0.0
3.0.x
diskord-core-win-3.0.2

How to add a dependency to Maven

Add the following com.jessecorbett : diskord-core-win maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jessecorbett</groupId>
    <artifactId>diskord-core-win</artifactId>
    <version>5.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jessecorbett : diskord-core-win gradle dependency to your build.gradle file:

implementation 'com.jessecorbett:diskord-core-win:5.2.0'

Gradle Kotlin DSL: Add the following com.jessecorbett : diskord-core-win gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jessecorbett:diskord-core-win:5.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jessecorbett : diskord-core-win sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jessecorbett" % "diskord-core-win" % "5.2.0"