MVN

com.alidaodao.web : nacos-spring-boot-base

Maven & Gradle

Sep 22, 2021
7 usages
728 stars

Nacos Spring Boot Base · Nacos Spring Boot Base

<dependency>
    <groupId>com.alidaodao.web</groupId>
    <artifactId>nacos-spring-boot-base</artifactId>
    <version>0.2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alidaodao.web : nacos-spring-boot-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.11

All Versions

Choose a version of com.alidaodao.web : nacos-spring-boot-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
nacos-spring-boot-base-0.2.11
0.1.x
nacos-spring-boot-base-0.1.10

How to add a dependency to Maven

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

<dependency>
    <groupId>com.alidaodao.web</groupId>
    <artifactId>nacos-spring-boot-base</artifactId>
    <version>0.2.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alidaodao.web : nacos-spring-boot-base gradle dependency to your build.gradle file:

implementation 'com.alidaodao.web:nacos-spring-boot-base:0.2.11'

Gradle Kotlin DSL: Add the following com.alidaodao.web : nacos-spring-boot-base gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alidaodao.web:nacos-spring-boot-base:0.2.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alidaodao.web : nacos-spring-boot-base sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alidaodao.web" % "nacos-spring-boot-base" % "0.2.11"

Advertisement