MVN

cc.carm.plugin : mineredis-api

Maven & Gradle

Jan 18, 2023
8 stars

MineRedis-API · 基于lettuce-core的RedisAPI独立运行库插件的公用API接口部分。

<dependency>
    <groupId>cc.carm.plugin</groupId>
    <artifactId>mineredis-api</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.carm.plugin : mineredis-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of cc.carm.plugin : mineredis-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
mineredis-api-1.1.1
mineredis-api-1.1.0
1.0.x
mineredis-api-1.0.0

How to add a dependency to Maven

Add the following cc.carm.plugin : mineredis-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.carm.plugin</groupId>
    <artifactId>mineredis-api</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.carm.plugin : mineredis-api gradle dependency to your build.gradle file:

implementation 'cc.carm.plugin:mineredis-api:1.1.1'

Gradle Kotlin DSL: Add the following cc.carm.plugin : mineredis-api gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.carm.plugin:mineredis-api:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.carm.plugin : mineredis-api sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.carm.plugin" % "mineredis-api" % "1.1.1"

Advertisement