| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаcom.alipay.sofa |
| Идентификатор | Идентификаторsofa-boot-actuator-autoconfigure |
| Версия | Версия3.4.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.alipay.sofa/sofa-boot-actuator-autoconfigure/ -->
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-actuator-autoconfigure</artifactId>
<version>3.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sofa/sofa-boot-actuator-autoconfigure/
implementation 'com.alipay.sofa:sofa-boot-actuator-autoconfigure:3.4.3'
// https://jarcasting.com/artifacts/com.alipay.sofa/sofa-boot-actuator-autoconfigure/
implementation ("com.alipay.sofa:sofa-boot-actuator-autoconfigure:3.4.3")
'com.alipay.sofa:sofa-boot-actuator-autoconfigure:jar:3.4.3'
<dependency org="com.alipay.sofa" name="sofa-boot-actuator-autoconfigure" rev="3.4.3">
<artifact name="sofa-boot-actuator-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='sofa-boot-actuator-autoconfigure', version='3.4.3')
)
libraryDependencies += "com.alipay.sofa" % "sofa-boot-actuator-autoconfigure" % "3.4.3"
[com.alipay.sofa/sofa-boot-actuator-autoconfigure "3.4.3"]