MVN

net.katsstuff : ackcord-data_2.12

Maven & Gradle

Jul 15, 2022
6 usages

data · AckCord is a Scala library using Akka for the Discord API giving as much freedom as possible to the user

<dependency>
    <groupId>net.katsstuff</groupId>
    <artifactId>ackcord-data_2.12</artifactId>
    <version>0.18.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.18.1
  • Latest Release Candidate: 0.18.0-RC1

All Versions

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

  • Version Updated
  • ackcord-data_2.12-0.18.1

    Jul 15, 2022
  • ackcord-data_2.12-0.18.0

    May 05, 2022
  • ackcord-data_2.12-0.18.0-RC1

    Mar 01, 2022
  • ackcord-data_2.12-0.17.1

    Sep 03, 2020
  • ackcord-data_2.12-0.17.0

    Aug 22, 2020
  • ackcord-data_2.12-0.17.0-M2

    Aug 07, 2020
  • ackcord-data_2.12-0.17.0-M1

    Jul 16, 2020
  • ackcord-data_2.12-0.16.1

    Apr 26, 2020
  • ackcord-data_2.12-0.16.0

    Apr 26, 2020
  • ackcord-data_2.12-0.15.0

    Dec 03, 2019
  • ackcord-data_2.12-0.15.0-RC1

    Nov 11, 2019
  • ackcord-data_2.12-0.15.0-M3

    Nov 06, 2019
  • ackcord-data_2.12-0.15.0-M2

    Nov 03, 2019
  • ackcord-data_2.12-0.15.0-M1

    Oct 26, 2019
  • ackcord-data_2.12-0.14.0

    Jun 18, 2019
  • ackcord-data_2.12-0.13.0

    Jun 05, 2019
  • ackcord-data_2.12-0.12.0

    Jan 07, 2019
  • ackcord-data_2.12-0.11.0

    Dec 10, 2018
  • ackcord-data_2.12-0.11.0-RC2

    Dec 08, 2018
  • ackcord-data_2.12-0.11.0-RC1

    Dec 06, 2018
  • ackcord-data_2.12-0.10.0

    Apr 10, 2018
  • ackcord-data_2.12-0.9.0

    Jan 24, 2018
  • ackcord-data_2.12-0.8.1

    Jan 11, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>net.katsstuff</groupId>
    <artifactId>ackcord-data_2.12</artifactId>
    <version>0.18.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.katsstuff:ackcord-data_2.12:0.18.1'

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

implementation("net.katsstuff:ackcord-data_2.12:0.18.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.katsstuff" % "ackcord-data_2.12" % "0.18.1"