s

sermant-springboot-registry

文件下载
文件名 操作
sermant-springboot-registry-0.6.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.huaweicloud.sermant</groupId>
  <artifactId>sermant-springboot-registry</artifactId>
  <version>0.6.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.huaweicloud.sermant:sermant-springboot-registry:0.6.3'
Gradle Kotlin
implementation("com.huaweicloud.sermant:sermant-springboot-registry:0.6.3")
Scala SBT
libraryDependencies += "com.huaweicloud.sermant" % "sermant-springboot-registry" % "0.6.3"
Groovy Grape
@Grapes(
  @Grab(group='com.huaweicloud.sermant', module='sermant-springboot-registry', version='0.6.3')
)
Apache Ivy
<dependency org="com.huaweicloud.sermant" name="sermant-springboot-registry" rev="0.6.3" />
Leiningen
[com.huaweicloud.sermant/sermant-springboot-registry "0.6.3"]
Apache Buildr
'com.huaweicloud.sermant:sermant-springboot-registry:jar:0.6.3'