MVN

org.glowroot.instrumentation : instrumentation-servlet

Maven & Gradle

Nov 09, 2019
6 usages
0 stars

Instrumentation for the Servlet API · Instrumentation for the Servlet API

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

Latest Version

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

  • Latest Stable: 0.14.9

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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