MVN

org.glowroot.instrumentation : instrumentation-http-url-connection

Maven & Gradle

Nov 09, 2019

Instrumentation for HttpURLConnection · Instrumentation for HttpURLConnection

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

Latest Version

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

  • Latest Stable: 0.14.9

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glowroot.instrumentation</groupId>
    <artifactId>instrumentation-http-url-connection</artifactId>
    <version>0.14.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glowroot.instrumentation:instrumentation-http-url-connection:0.14.9'

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

implementation("org.glowroot.instrumentation:instrumentation-http-url-connection:0.14.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-http-url-connection" % "0.14.9"