Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-actuator-autoconfigure |
Version | Version2.1.18.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-actuator-autoconfigure/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator-autoconfigure</artifactId>
<version>2.1.18.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-actuator-autoconfigure/
implementation 'org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.18.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-actuator-autoconfigure/
implementation ("org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.18.RELEASE")
'org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.1.18.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-actuator-autoconfigure" rev="2.1.18.RELEASE">
<artifact name="spring-boot-actuator-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-actuator-autoconfigure', version='2.1.18.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-actuator-autoconfigure" % "2.1.18.RELEASE"
[org.springframework.boot/spring-boot-actuator-autoconfigure "2.1.18.RELEASE"]