s

sofa-boot-actuator-autoconfigure

The Apache License, Version 2.0
文件下载
文件名 操作
sofa-boot-actuator-autoconfigure-4.2.0.jar 下载
sofa-boot-actuator-autoconfigure-4.2.0.pom 下载
sofa-boot-actuator-autoconfigure-4.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alipay.sofa</groupId>
  <artifactId>sofa-boot-actuator-autoconfigure</artifactId>
  <version>4.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.alipay.sofa:sofa-boot-actuator-autoconfigure:4.2.0'
Gradle Kotlin
implementation("com.alipay.sofa:sofa-boot-actuator-autoconfigure:4.2.0")
Scala SBT
libraryDependencies += "com.alipay.sofa" % "sofa-boot-actuator-autoconfigure" % "4.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.alipay.sofa', module='sofa-boot-actuator-autoconfigure', version='4.2.0')
)
Apache Ivy
<dependency org="com.alipay.sofa" name="sofa-boot-actuator-autoconfigure" rev="4.2.0" />
Leiningen
[com.alipay.sofa/sofa-boot-actuator-autoconfigure "4.2.0"]
Apache Buildr
'com.alipay.sofa:sofa-boot-actuator-autoconfigure:jar:4.2.0'