MVN

org.apache.skywalking : apm-sharding-sphere-4.x-rc3-plugin

Maven & Gradle

Jun 07, 2021

sharding-sphere-4.x-rc3-plugin

<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>apm-sharding-sphere-4.x-rc3-plugin</artifactId>
    <version>8.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.skywalking : apm-sharding-sphere-4.x-rc3-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.6.0

All Versions

Choose a version of org.apache.skywalking : apm-sharding-sphere-4.x-rc3-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.6.x
apm-sharding-sphere-4.x-rc3-plugin-8.6.0
8.5.x
apm-sharding-sphere-4.x-rc3-plugin-8.5.0
8.4.x
apm-sharding-sphere-4.x-rc3-plugin-8.4.0
8.3.x
apm-sharding-sphere-4.x-rc3-plugin-8.3.0
8.2.x
apm-sharding-sphere-4.x-rc3-plugin-8.2.0
8.1.x
apm-sharding-sphere-4.x-rc3-plugin-8.1.0
8.0.x
apm-sharding-sphere-4.x-rc3-plugin-8.0.1
apm-sharding-sphere-4.x-rc3-plugin-8.0.0
7.0.x
apm-sharding-sphere-4.x-rc3-plugin-7.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>apm-sharding-sphere-4.x-rc3-plugin</artifactId>
    <version>8.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.skywalking : apm-sharding-sphere-4.x-rc3-plugin gradle dependency to your build.gradle file:

implementation 'org.apache.skywalking:apm-sharding-sphere-4.x-rc3-plugin:8.6.0'

Gradle Kotlin DSL: Add the following org.apache.skywalking : apm-sharding-sphere-4.x-rc3-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.skywalking:apm-sharding-sphere-4.x-rc3-plugin:8.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.skywalking : apm-sharding-sphere-4.x-rc3-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.skywalking" % "apm-sharding-sphere-4.x-rc3-plugin" % "8.6.0"