n

nutzboot-starter-nacos-discovery

NutzBoot, micoservice base on Nutz
文件下载
文件名 操作
nutzboot-starter-nacos-discovery-2.4.1.v20201014.jar 下载
nutzboot-starter-nacos-discovery-2.4.1.v20201014.pom 下载
nutzboot-starter-nacos-discovery-2.4.1.v20201014-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.nutz</groupId>
  <artifactId>nutzboot-starter-nacos-discovery</artifactId>
  <version>2.4.1.v20201014</version>
</dependency>
Gradle Groovy
implementation 'org.nutz:nutzboot-starter-nacos-discovery:2.4.1.v20201014'
Gradle Kotlin
implementation("org.nutz:nutzboot-starter-nacos-discovery:2.4.1.v20201014")
Scala SBT
libraryDependencies += "org.nutz" % "nutzboot-starter-nacos-discovery" % "2.4.1.v20201014"
Groovy Grape
@Grapes(
  @Grab(group='org.nutz', module='nutzboot-starter-nacos-discovery', version='2.4.1.v20201014')
)
Apache Ivy
<dependency org="org.nutz" name="nutzboot-starter-nacos-discovery" rev="2.4.1.v20201014" />
Leiningen
[org.nutz/nutzboot-starter-nacos-discovery "2.4.1.v20201014"]
Apache Buildr
'org.nutz:nutzboot-starter-nacos-discovery:jar:2.4.1.v20201014'