MVN

rocks.coffeenet : coffeenet-starter-monitoring

Maven & Gradle

Apr 15, 2020
1 usages
11 stars

rocks.coffeenet:coffeenet-starter-monitoring · Starter for monitoring via health and metrics.

<dependency>
    <groupId>rocks.coffeenet</groupId>
    <artifactId>coffeenet-starter-monitoring</artifactId>
    <version>0.39.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of rocks.coffeenet : coffeenet-starter-monitoring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.39.0

All Versions

Choose a version of rocks.coffeenet : coffeenet-starter-monitoring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.39.x
coffeenet-starter-monitoring-0.39.0

How to add a dependency to Maven

Add the following rocks.coffeenet : coffeenet-starter-monitoring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>rocks.coffeenet</groupId>
    <artifactId>coffeenet-starter-monitoring</artifactId>
    <version>0.39.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following rocks.coffeenet : coffeenet-starter-monitoring gradle dependency to your build.gradle file:

implementation 'rocks.coffeenet:coffeenet-starter-monitoring:0.39.0'

Gradle Kotlin DSL: Add the following rocks.coffeenet : coffeenet-starter-monitoring gradle kotlin dependency to your build.gradle.kts file:

implementation("rocks.coffeenet:coffeenet-starter-monitoring:0.39.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following rocks.coffeenet : coffeenet-starter-monitoring sbt scala dependency to your build.sbt file:

libraryDependencies += "rocks.coffeenet" % "coffeenet-starter-monitoring" % "0.39.0"

Advertisement