MVN

org.apache.skywalking : apm-httpclient-5.x-plugin

Maven & Gradle

May 31, 2023
562 stars

httpclient-5.x-plugin

<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>apm-httpclient-5.x-plugin</artifactId>
    <version>8.16.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.skywalking : apm-httpclient-5.x-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.16.0

All Versions

Choose a version of org.apache.skywalking : apm-httpclient-5.x-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.16.x
apm-httpclient-5.x-plugin-8.16.0
8.15.x
apm-httpclient-5.x-plugin-8.15.0
8.14.x
apm-httpclient-5.x-plugin-8.14.0
8.13.x
apm-httpclient-5.x-plugin-8.13.0
8.12.x
apm-httpclient-5.x-plugin-8.12.0
8.11.x
apm-httpclient-5.x-plugin-8.11.0
8.10.x
apm-httpclient-5.x-plugin-8.10.0
8.9.x
apm-httpclient-5.x-plugin-8.9.0
8.8.x
apm-httpclient-5.x-plugin-8.8.0

How to add a dependency to Maven

Add the following org.apache.skywalking : apm-httpclient-5.x-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>apm-httpclient-5.x-plugin</artifactId>
    <version>8.16.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.skywalking : apm-httpclient-5.x-plugin gradle dependency to your build.gradle file:

implementation 'org.apache.skywalking:apm-httpclient-5.x-plugin:8.16.0'

Gradle Kotlin DSL: Add the following org.apache.skywalking : apm-httpclient-5.x-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.skywalking:apm-httpclient-5.x-plugin:8.16.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.skywalking : apm-httpclient-5.x-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.skywalking" % "apm-httpclient-5.x-plugin" % "8.16.0"

Advertisement