MVN

org.apache.skywalking : apm-util

Maven & Gradle

Sep 29, 2021
17 usages

apm-util

<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>apm-util</artifactId>
    <version>8.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.skywalking : apm-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.8.1
  • Latest Release Candidate: 5.0.0-RC2
  • Latest Beta: 6.0.0-beta
  • Latest Alpha: 6.0.0-alpha

All Versions

Choose a version of org.apache.skywalking : apm-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.8.x
apm-util-8.8.1
apm-util-8.8.0
8.7.x
apm-util-8.7.0
8.6.x
apm-util-8.6.0
8.5.x
apm-util-8.5.0
8.4.x
apm-util-8.4.0
8.3.x
apm-util-8.3.0
8.2.x
apm-util-8.2.0
8.1.x
apm-util-8.1.0
8.0.x
apm-util-8.0.1
apm-util-8.0.0
7.0.x
apm-util-7.0.0
6.6.x
apm-util-6.6.0
6.5.x
apm-util-6.5.0
6.4.x
apm-util-6.4.0
6.3.x
apm-util-6.3.0
6.2.x
apm-util-6.2.0
6.1.x
apm-util-6.1.0
6.0.x
apm-util-6.0.0-GA
apm-util-6.0.0-beta
apm-util-6.0.0-alpha
5.0.x
apm-util-5.0.0-GA
apm-util-5.0.0-RC2
apm-util-5.0.0-beta2
apm-util-5.0.0-beta
apm-util-5.0.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>apm-util</artifactId>
    <version>8.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.skywalking : apm-util gradle dependency to your build.gradle file:

implementation 'org.apache.skywalking:apm-util:8.8.1'

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

implementation("org.apache.skywalking:apm-util:8.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.skywalking : apm-util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.skywalking" % "apm-util" % "8.8.1"

Advertisement