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