MVN

com.netease.nim : camellia-spring-redis3-base

Maven & Gradle

Aug 18, 2023
384 stars
<dependency>
    <groupId>com.netease.nim</groupId>
    <artifactId>camellia-spring-redis3-base</artifactId>
    <version>1.2.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netease.nim : camellia-spring-redis3-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.14

All Versions

Choose a version of com.netease.nim : camellia-spring-redis3-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
camellia-spring-redis3-base-1.2.14
camellia-spring-redis3-base-1.2.13
camellia-spring-redis3-base-1.2.12
camellia-spring-redis3-base-1.2.11
camellia-spring-redis3-base-1.2.10
camellia-spring-redis3-base-1.2.9
camellia-spring-redis3-base-1.2.8
camellia-spring-redis3-base-1.2.7
camellia-spring-redis3-base-1.2.6
camellia-spring-redis3-base-1.2.5
camellia-spring-redis3-base-1.2.4
camellia-spring-redis3-base-1.2.3
camellia-spring-redis3-base-1.2.2
camellia-spring-redis3-base-1.2.1
camellia-spring-redis3-base-1.2.0

How to add a dependency to Maven

Add the following com.netease.nim : camellia-spring-redis3-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netease.nim</groupId>
    <artifactId>camellia-spring-redis3-base</artifactId>
    <version>1.2.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netease.nim : camellia-spring-redis3-base gradle dependency to your build.gradle file:

implementation 'com.netease.nim:camellia-spring-redis3-base:1.2.14'

Gradle Kotlin DSL: Add the following com.netease.nim : camellia-spring-redis3-base gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netease.nim:camellia-spring-redis3-base:1.2.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netease.nim : camellia-spring-redis3-base sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netease.nim" % "camellia-spring-redis3-base" % "1.2.14"