MVN

org.munin4j : munin4j

Maven & Gradle

Feb 27, 2018
1 stars

Munin Monitoring agent that can be embedded in a Java application.

<dependency>
    <groupId>org.munin4j</groupId>
    <artifactId>munin4j</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.munin4j : munin4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of org.munin4j : munin4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
munin4j-0.6
0.5
munin4j-0.5
0.4
munin4j-0.4
0.3
munin4j-0.3

How to add a dependency to Maven

Add the following org.munin4j : munin4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.munin4j</groupId>
    <artifactId>munin4j</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.munin4j : munin4j gradle dependency to your build.gradle file:

implementation 'org.munin4j:munin4j:0.6'

Gradle Kotlin DSL: Add the following org.munin4j : munin4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.munin4j:munin4j:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.munin4j : munin4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.munin4j" % "munin4j" % "0.6"

Advertisement