MVN

org.apache.skywalking : dubbo-3.x-conflict-patch

Maven & Gradle

May 31, 2023
562 stars

apm-dubbo-3.x-conflict-path

<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>dubbo-3.x-conflict-patch</artifactId>
    <version>8.16.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.skywalking : dubbo-3.x-conflict-patch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.16.0

All Versions

Choose a version of org.apache.skywalking : dubbo-3.x-conflict-patch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.16.x
dubbo-3.x-conflict-patch-8.16.0
8.15.x
dubbo-3.x-conflict-patch-8.15.0
8.14.x
dubbo-3.x-conflict-patch-8.14.0
8.13.x
dubbo-3.x-conflict-patch-8.13.0
8.12.x
dubbo-3.x-conflict-patch-8.12.0
8.11.x
dubbo-3.x-conflict-patch-8.11.0
8.10.x
dubbo-3.x-conflict-patch-8.10.0
8.9.x
dubbo-3.x-conflict-patch-8.9.0

How to add a dependency to Maven

Add the following org.apache.skywalking : dubbo-3.x-conflict-patch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>dubbo-3.x-conflict-patch</artifactId>
    <version>8.16.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.skywalking : dubbo-3.x-conflict-patch gradle dependency to your build.gradle file:

implementation 'org.apache.skywalking:dubbo-3.x-conflict-patch:8.16.0'

Gradle Kotlin DSL: Add the following org.apache.skywalking : dubbo-3.x-conflict-patch gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.skywalking:dubbo-3.x-conflict-patch:8.16.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.skywalking : dubbo-3.x-conflict-patch sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.skywalking" % "dubbo-3.x-conflict-patch" % "8.16.0"

Advertisement