MVN

dev.kord.cache : cache-api-mingwx64

Maven & Gradle

Jan 29, 2024
17 stars

cache · Adaptable cache with query-like operations

<dependency>
    <groupId>dev.kord.cache</groupId>
    <artifactId>cache-api-mingwx64</artifactId>
    <version>unspecified</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.kord.cache : cache-api-mingwx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: unspecified

All Versions

Choose a version of dev.kord.cache : cache-api-mingwx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
unspecified
cache-api-mingwx64-unspecified

How to add a dependency to Maven

Add the following dev.kord.cache : cache-api-mingwx64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.kord.cache</groupId>
    <artifactId>cache-api-mingwx64</artifactId>
    <version>unspecified</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.kord.cache : cache-api-mingwx64 gradle dependency to your build.gradle file:

implementation 'dev.kord.cache:cache-api-mingwx64:unspecified'

Gradle Kotlin DSL: Add the following dev.kord.cache : cache-api-mingwx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.kord.cache:cache-api-mingwx64:unspecified")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.kord.cache : cache-api-mingwx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.kord.cache" % "cache-api-mingwx64" % "unspecified"

Advertisement