MVN

io.seata : apm-seata-skywalking-plugin

Maven & Gradle

Jul 11, 2023
24.9k stars

apm-seata-skywalking-plugin 1.7.0 · skywalking plugin for Seata built with Maven

<dependency>
    <groupId>io.seata</groupId>
    <artifactId>apm-seata-skywalking-plugin</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.seata : apm-seata-skywalking-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0
  • Latest Release Candidate: 1.7.0-native-rc2

All Versions

Choose a version of io.seata : apm-seata-skywalking-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
apm-seata-skywalking-plugin-1.7.0
apm-seata-skywalking-plugin-1.7.0-native-rc2
1.6.x
apm-seata-skywalking-plugin-1.6.1
apm-seata-skywalking-plugin-1.6.0
apm-seata-skywalking-plugin-1.6.0-RC1
1.5.x
apm-seata-skywalking-plugin-1.5.2
apm-seata-skywalking-plugin-1.5.1.1
apm-seata-skywalking-plugin-1.5.1
apm-seata-skywalking-plugin-1.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.seata</groupId>
    <artifactId>apm-seata-skywalking-plugin</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.seata : apm-seata-skywalking-plugin gradle dependency to your build.gradle file:

implementation 'io.seata:apm-seata-skywalking-plugin:1.7.0'

Gradle Kotlin DSL: Add the following io.seata : apm-seata-skywalking-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.seata:apm-seata-skywalking-plugin:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.seata : apm-seata-skywalking-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.seata" % "apm-seata-skywalking-plugin" % "1.7.0"