MVN

eu.hinsch : spring-boot-actuator-endpoint-list

Maven & Gradle

Apr 28, 2015
0 stars

spring-boot-actuator-endpoint-list · simple spring boot actuator entry point to list all endpoints

<dependency>
    <groupId>eu.hinsch</groupId>
    <artifactId>spring-boot-actuator-endpoint-list</artifactId>
    <version>0.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.hinsch : spring-boot-actuator-endpoint-list to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.8

All Versions

Choose a version of eu.hinsch : spring-boot-actuator-endpoint-list to add to Maven or Gradle - All Versions:

  • Version Updated
  • spring-boot-actuator-endpoint-list-0.1.8

    Apr 28, 2015
  • spring-boot-actuator-endpoint-list-0.1.7

    Apr 27, 2015
  • spring-boot-actuator-endpoint-list-0.1.6

    Apr 12, 2015
  • spring-boot-actuator-endpoint-list-0.1.5

    Apr 07, 2015
  • spring-boot-actuator-endpoint-list-0.1.4

    Apr 06, 2015
  • spring-boot-actuator-endpoint-list-0.1.3

    Apr 05, 2015
  • spring-boot-actuator-endpoint-list-0.1.2

    Apr 02, 2015
  • spring-boot-actuator-endpoint-list-0.1.1

    Apr 01, 2015
  • spring-boot-actuator-endpoint-list-0.1.0

    Apr 01, 2015

How to add a dependency to Maven

Add the following eu.hinsch : spring-boot-actuator-endpoint-list maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.hinsch</groupId>
    <artifactId>spring-boot-actuator-endpoint-list</artifactId>
    <version>0.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.hinsch : spring-boot-actuator-endpoint-list gradle dependency to your build.gradle file:

implementation 'eu.hinsch:spring-boot-actuator-endpoint-list:0.1.8'

Gradle Kotlin DSL: Add the following eu.hinsch : spring-boot-actuator-endpoint-list gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.hinsch:spring-boot-actuator-endpoint-list:0.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.hinsch : spring-boot-actuator-endpoint-list sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.hinsch" % "spring-boot-actuator-endpoint-list" % "0.1.8"