MVN

com.discord4j : stores-tck

Maven & Gradle

Aug 20, 2022
1 usages
11 stars

Stores · A set of pre-made store implementations for Discord4J

<dependency>
    <groupId>com.discord4j</groupId>
    <artifactId>stores-tck</artifactId>
    <version>3.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.discord4j : stores-tck to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.2
  • Latest Release Candidate: 3.1.0.RC2

All Versions

Choose a version of com.discord4j : stores-tck to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
stores-tck-3.2.2
stores-tck-3.2.1
stores-tck-3.2.0
3.1.x
stores-tck-3.1.8
stores-tck-3.1.7
stores-tck-3.1.6
stores-tck-3.1.5
stores-tck-3.1.4
stores-tck-3.1.3
stores-tck-3.1.2
stores-tck-3.1.1
stores-tck-3.1.0
stores-tck-3.1.0.RC2
stores-tck-3.1.0.RC1
stores-tck-3.1.0.M1
3.0.x
stores-tck-3.0.16
stores-tck-3.0.15
stores-tck-3.0.14
stores-tck-3.0.13
stores-tck-3.0.12
stores-tck-3.0.11
stores-tck-3.0.10
stores-tck-3.0.9
stores-tck-3.0.8
stores-tck-3.0.7
stores-tck-3.0.6
stores-tck-3.0.5
stores-tck-3.0.4
stores-tck-3.0.3
stores-tck-3.0.2
stores-tck-3.0.1
stores-tck-3.0.0
stores-tck-3.0.0.RC1
stores-tck-3.0.0.M4
stores-tck-3.0.0.M3
stores-tck-3.0.0.M2
1.0.x
stores-tck-1.0.0

How to add a dependency to Maven

Add the following com.discord4j : stores-tck maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.discord4j</groupId>
    <artifactId>stores-tck</artifactId>
    <version>3.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.discord4j : stores-tck gradle dependency to your build.gradle file:

implementation 'com.discord4j:stores-tck:3.2.2'

Gradle Kotlin DSL: Add the following com.discord4j : stores-tck gradle kotlin dependency to your build.gradle.kts file:

implementation("com.discord4j:stores-tck:3.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.discord4j : stores-tck sbt scala dependency to your build.sbt file:

libraryDependencies += "com.discord4j" % "stores-tck" % "3.2.2"