MVN

com.netease.nim : camellia-redis-zk-discovery-spring-boot

Maven & Gradle

Jan 11, 2024
<dependency>
    <groupId>com.netease.nim</groupId>
    <artifactId>camellia-redis-zk-discovery-spring-boot</artifactId>
    <version>1.2.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netease.nim : camellia-redis-zk-discovery-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.25

All Versions

Choose a version of com.netease.nim : camellia-redis-zk-discovery-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
camellia-redis-zk-discovery-spring-boot-1.2.25
camellia-redis-zk-discovery-spring-boot-1.2.24
camellia-redis-zk-discovery-spring-boot-1.2.23
camellia-redis-zk-discovery-spring-boot-1.2.22
camellia-redis-zk-discovery-spring-boot-1.2.21

How to add a dependency to Maven

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

<dependency>
    <groupId>com.netease.nim</groupId>
    <artifactId>camellia-redis-zk-discovery-spring-boot</artifactId>
    <version>1.2.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netease.nim : camellia-redis-zk-discovery-spring-boot gradle dependency to your build.gradle file:

implementation 'com.netease.nim:camellia-redis-zk-discovery-spring-boot:1.2.25'

Gradle Kotlin DSL: Add the following com.netease.nim : camellia-redis-zk-discovery-spring-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netease.nim:camellia-redis-zk-discovery-spring-boot:1.2.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netease.nim : camellia-redis-zk-discovery-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netease.nim" % "camellia-redis-zk-discovery-spring-boot" % "1.2.25"