MVN

org.glowroot.instrumentation : instrumentation-wiremock-http-client

Maven & Gradle

Nov 09, 2019

Instrumentation for Wiremock Http Client · Instrumentation for Wiremock Http Client

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

Latest Version

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

  • Latest Stable: 0.14.9

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glowroot.instrumentation</groupId>
    <artifactId>instrumentation-wiremock-http-client</artifactId>
    <version>0.14.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.glowroot.instrumentation:instrumentation-wiremock-http-client:0.14.9'

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

implementation("org.glowroot.instrumentation:instrumentation-wiremock-http-client:0.14.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-wiremock-http-client" % "0.14.9"