| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdorg.springframework.boot | 
| ArtifactId | ArtifactIdspring-boot-actuator-docs | 
| Version | Version1.5.12.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-actuator-docs/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-actuator-docs</artifactId>
    <version>1.5.12.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-actuator-docs/
implementation 'org.springframework.boot:spring-boot-actuator-docs:1.5.12.RELEASE'// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-actuator-docs/
implementation ("org.springframework.boot:spring-boot-actuator-docs:1.5.12.RELEASE")'org.springframework.boot:spring-boot-actuator-docs:jar:1.5.12.RELEASE'<dependency org="org.springframework.boot" name="spring-boot-actuator-docs" rev="1.5.12.RELEASE">
  <artifact name="spring-boot-actuator-docs" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-actuator-docs', version='1.5.12.RELEASE')
)libraryDependencies += "org.springframework.boot" % "spring-boot-actuator-docs" % "1.5.12.RELEASE"[org.springframework.boot/spring-boot-actuator-docs "1.5.12.RELEASE"]