MVN

dk.kvalitetsit : spring-prometheus-app-info

Maven & Gradle

May 01, 2023
0 stars

dk.kvalitetsit:spring-prometheus-app-info · Exposes information about application version to Spring Actuator Prometheus scrape endpoint.

<dependency>
    <groupId>dk.kvalitetsit</groupId>
    <artifactId>spring-prometheus-app-info</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.kvalitetsit : spring-prometheus-app-info to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of dk.kvalitetsit : spring-prometheus-app-info to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-prometheus-app-info-2.0.2
spring-prometheus-app-info-2.0.1

How to add a dependency to Maven

Add the following dk.kvalitetsit : spring-prometheus-app-info maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dk.kvalitetsit</groupId>
    <artifactId>spring-prometheus-app-info</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dk.kvalitetsit : spring-prometheus-app-info gradle dependency to your build.gradle file:

implementation 'dk.kvalitetsit:spring-prometheus-app-info:2.0.2'

Gradle Kotlin DSL: Add the following dk.kvalitetsit : spring-prometheus-app-info gradle kotlin dependency to your build.gradle.kts file:

implementation("dk.kvalitetsit:spring-prometheus-app-info:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following dk.kvalitetsit : spring-prometheus-app-info sbt scala dependency to your build.sbt file:

libraryDependencies += "dk.kvalitetsit" % "spring-prometheus-app-info" % "2.0.2"

Advertisement