MVN

cn.linham : beecloud-cache

Maven & Gradle

Aug 03, 2021
1 usages

bee.cloud.cache · beecloud 缓存(redis)

<dependency>
    <groupId>cn.linham</groupId>
    <artifactId>beecloud-cache</artifactId>
    <version>5.7.07</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.linham : beecloud-cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.7.07

All Versions

Choose a version of cn.linham : beecloud-cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.7.x
beecloud-cache-5.7.07
beecloud-cache-5.7.06
beecloud-cache-5.7.03
beecloud-cache-5.7.02
5.6.x
beecloud-cache-5.6.1
5.5.x
beecloud-cache-5.5.1
5.1
beecloud-cache-5.1
5.0
beecloud-cache-5.0
4.0
beecloud-cache-4.0

How to add a dependency to Maven

Add the following cn.linham : beecloud-cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.linham</groupId>
    <artifactId>beecloud-cache</artifactId>
    <version>5.7.07</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.linham : beecloud-cache gradle dependency to your build.gradle file:

implementation 'cn.linham:beecloud-cache:5.7.07'

Gradle Kotlin DSL: Add the following cn.linham : beecloud-cache gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.linham:beecloud-cache:5.7.07")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.linham : beecloud-cache sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.linham" % "beecloud-cache" % "5.7.07"

Advertisement