i

instrumentation-mongodb

Instrumentation for MongoDB
The Apache Software License, Version 2.0
Files download
File Operation
instrumentation-mongodb-0.14.3.jar download
instrumentation-mongodb-0.14.3.pom download
instrumentation-mongodb-0.14.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glowroot.instrumentation</groupId>
  <artifactId>instrumentation-mongodb</artifactId>
  <version>0.14.3</version>
</dependency>
Gradle Groovy
implementation 'org.glowroot.instrumentation:instrumentation-mongodb:0.14.3'
Gradle Kotlin
implementation("org.glowroot.instrumentation:instrumentation-mongodb:0.14.3")
Scala SBT
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-mongodb" % "0.14.3"
Groovy Grape
@Grapes(
  @Grab(group='org.glowroot.instrumentation', module='instrumentation-mongodb', version='0.14.3')
)
Apache Ivy
<dependency org="org.glowroot.instrumentation" name="instrumentation-mongodb" rev="0.14.3" />
Leiningen
[org.glowroot.instrumentation/instrumentation-mongodb "0.14.3"]
Apache Buildr
'org.glowroot.instrumentation:instrumentation-mongodb:jar:0.14.3'