MVN

com.alibaba.boot : nacos-discovery-spring-boot-starter

Maven & Gradle

Jul 21, 2022
12 usages
728 stars

Nacos Discovery Spring Boot Starter · Nacos Discovery Spring Boot Starter

<dependency>
    <groupId>com.alibaba.boot</groupId>
    <artifactId>nacos-discovery-spring-boot-starter</artifactId>
    <version>0.2.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alibaba.boot : nacos-discovery-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.12
  • Latest Release Candidate: 0.1.0-RC1
  • Latest Beta: 0.2.11-beta

All Versions

Choose a version of com.alibaba.boot : nacos-discovery-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
nacos-discovery-spring-boot-starter-0.2.12
nacos-discovery-spring-boot-starter-0.2.11
nacos-discovery-spring-boot-starter-0.2.11-beta
nacos-discovery-spring-boot-starter-0.2.10
nacos-discovery-spring-boot-starter-0.2.9
nacos-discovery-spring-boot-starter-0.2.8-bugfix
nacos-discovery-spring-boot-starter-0.2.8
nacos-discovery-spring-boot-starter-0.2.7
nacos-discovery-spring-boot-starter-0.2.6
nacos-discovery-spring-boot-starter-0.2.5
nacos-discovery-spring-boot-starter-0.2.4
nacos-discovery-spring-boot-starter-0.2.3
nacos-discovery-spring-boot-starter-0.2.2
nacos-discovery-spring-boot-starter-0.2.1
nacos-discovery-spring-boot-starter-0.2.0
nacos-discovery-spring-boot-starter-0.2.0-RC1
0.1.x
nacos-discovery-spring-boot-starter-0.1.10
nacos-discovery-spring-boot-starter-0.1.8
nacos-discovery-spring-boot-starter-0.1.7
nacos-discovery-spring-boot-starter-0.1.6
nacos-discovery-spring-boot-starter-0.1.4
nacos-discovery-spring-boot-starter-0.1.3
nacos-discovery-spring-boot-starter-0.1.2
nacos-discovery-spring-boot-starter-0.1.1
nacos-discovery-spring-boot-starter-0.1.0
nacos-discovery-spring-boot-starter-0.1.0-RC1

How to add a dependency to Maven

Add the following com.alibaba.boot : nacos-discovery-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alibaba.boot</groupId>
    <artifactId>nacos-discovery-spring-boot-starter</artifactId>
    <version>0.2.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alibaba.boot : nacos-discovery-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.alibaba.boot:nacos-discovery-spring-boot-starter:0.2.12'

Gradle Kotlin DSL: Add the following com.alibaba.boot : nacos-discovery-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alibaba.boot:nacos-discovery-spring-boot-starter:0.2.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alibaba.boot : nacos-discovery-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alibaba.boot" % "nacos-discovery-spring-boot-starter" % "0.2.12"

Advertisement