MVN

org.blocks4j.reconf : reconf-spring-boot-actuator

Maven & Gradle

May 21, 2016
12 stars
<dependency>
    <groupId>org.blocks4j.reconf</groupId>
    <artifactId>reconf-spring-boot-actuator</artifactId>
    <version>3.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.blocks4j.reconf : reconf-spring-boot-actuator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.11

All Versions

Choose a version of org.blocks4j.reconf : reconf-spring-boot-actuator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
reconf-spring-boot-actuator-3.0.11
reconf-spring-boot-actuator-3.0.10
reconf-spring-boot-actuator-3.0.9
reconf-spring-boot-actuator-3.0.8
reconf-spring-boot-actuator-3.0.7
reconf-spring-boot-actuator-3.0.6

How to add a dependency to Maven

Add the following org.blocks4j.reconf : reconf-spring-boot-actuator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.blocks4j.reconf</groupId>
    <artifactId>reconf-spring-boot-actuator</artifactId>
    <version>3.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.blocks4j.reconf : reconf-spring-boot-actuator gradle dependency to your build.gradle file:

implementation 'org.blocks4j.reconf:reconf-spring-boot-actuator:3.0.11'

Gradle Kotlin DSL: Add the following org.blocks4j.reconf : reconf-spring-boot-actuator gradle kotlin dependency to your build.gradle.kts file:

implementation("org.blocks4j.reconf:reconf-spring-boot-actuator:3.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.blocks4j.reconf : reconf-spring-boot-actuator sbt scala dependency to your build.sbt file:

libraryDependencies += "org.blocks4j.reconf" % "reconf-spring-boot-actuator" % "3.0.11"