n

nacos-spring-boot-parent

Nacos Spring Boot Parent
文件下载
文件名 操作
nacos-spring-boot-parent-0.2.8-bugfix.pom 下载
Apache Maven
<dependency>
  <groupId>com.alibaba.boot</groupId>
  <artifactId>nacos-spring-boot-parent</artifactId>
  <version>0.2.8-bugfix</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.alibaba.boot:nacos-spring-boot-parent:0.2.8-bugfix'
Gradle Kotlin
implementation("com.alibaba.boot:nacos-spring-boot-parent:0.2.8-bugfix")
Scala SBT
libraryDependencies += "com.alibaba.boot" % "nacos-spring-boot-parent" % "0.2.8-bugfix"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.boot', module='nacos-spring-boot-parent', version='0.2.8-bugfix')
)
Apache Ivy
<dependency org="com.alibaba.boot" name="nacos-spring-boot-parent" rev="0.2.8-bugfix" />
Leiningen
[com.alibaba.boot/nacos-spring-boot-parent "0.2.8-bugfix"]
Apache Buildr
'com.alibaba.boot:nacos-spring-boot-parent:jar:0.2.8-bugfix'