MVN

org.glowroot.instrumentation : instrumentation-mongodb

Maven & Gradle

Nov 09, 2019
0 stars

Instrumentation for MongoDB · Instrumentation for MongoDB

<dependency>
    <groupId>org.glowroot.instrumentation</groupId>
    <artifactId>instrumentation-mongodb</artifactId>
    <version>0.14.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glowroot.instrumentation : instrumentation-mongodb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.9

All Versions

Choose a version of org.glowroot.instrumentation : instrumentation-mongodb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
instrumentation-mongodb-0.14.9
instrumentation-mongodb-0.14.8
instrumentation-mongodb-0.14.7
instrumentation-mongodb-0.14.6
instrumentation-mongodb-0.14.5
instrumentation-mongodb-0.14.4
instrumentation-mongodb-0.14.3
instrumentation-mongodb-0.14.2
instrumentation-mongodb-0.14.1
instrumentation-mongodb-0.14.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glowroot.instrumentation</groupId>
    <artifactId>instrumentation-mongodb</artifactId>
    <version>0.14.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glowroot.instrumentation : instrumentation-mongodb gradle dependency to your build.gradle file:

implementation 'org.glowroot.instrumentation:instrumentation-mongodb:0.14.9'

Gradle Kotlin DSL: Add the following org.glowroot.instrumentation : instrumentation-mongodb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glowroot.instrumentation:instrumentation-mongodb:0.14.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glowroot.instrumentation : instrumentation-mongodb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-mongodb" % "0.14.9"