MVN

ai.foremast.metrics : foremast-spring-boot-k8s-metrics-starter

Maven & Gradle

Jul 15, 2020
130 stars

foremast-spring-boot-k8s-metrics-starter · Metrics and custom metrics setup for spring boot application on K8s

<dependency>
    <groupId>ai.foremast.metrics</groupId>
    <artifactId>foremast-spring-boot-k8s-metrics-starter</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.foremast.metrics : foremast-spring-boot-k8s-metrics-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of ai.foremast.metrics : foremast-spring-boot-k8s-metrics-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
foremast-spring-boot-k8s-metrics-starter-0.2.0
0.1.x
foremast-spring-boot-k8s-metrics-starter-0.1.7
foremast-spring-boot-k8s-metrics-starter-0.1.6
foremast-spring-boot-k8s-metrics-starter-0.1.5
foremast-spring-boot-k8s-metrics-starter-0.1.4-SB1X_6
foremast-spring-boot-k8s-metrics-starter-0.1.4-SB1X_5
foremast-spring-boot-k8s-metrics-starter-0.1.4-SB1X
foremast-spring-boot-k8s-metrics-starter-0.1.3
foremast-spring-boot-k8s-metrics-starter-0.1.2

How to add a dependency to Maven

Add the following ai.foremast.metrics : foremast-spring-boot-k8s-metrics-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.foremast.metrics</groupId>
    <artifactId>foremast-spring-boot-k8s-metrics-starter</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.foremast.metrics : foremast-spring-boot-k8s-metrics-starter gradle dependency to your build.gradle file:

implementation 'ai.foremast.metrics:foremast-spring-boot-k8s-metrics-starter:0.2.0'

Gradle Kotlin DSL: Add the following ai.foremast.metrics : foremast-spring-boot-k8s-metrics-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.foremast.metrics:foremast-spring-boot-k8s-metrics-starter:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.foremast.metrics : foremast-spring-boot-k8s-metrics-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.foremast.metrics" % "foremast-spring-boot-k8s-metrics-starter" % "0.2.0"