Files download
File Operation
apm-spring-async-annotation-plugin-9.2.0.jar download
apm-spring-async-annotation-plugin-9.2.0.pom download
apm-spring-async-annotation-plugin-9.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.skywalking</groupId>
  <artifactId>apm-spring-async-annotation-plugin</artifactId>
  <version>9.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.skywalking:apm-spring-async-annotation-plugin:9.2.0'
Gradle Kotlin
implementation("org.apache.skywalking:apm-spring-async-annotation-plugin:9.2.0")
Scala SBT
libraryDependencies += "org.apache.skywalking" % "apm-spring-async-annotation-plugin" % "9.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.skywalking', module='apm-spring-async-annotation-plugin', version='9.2.0')
)
Apache Ivy
<dependency org="org.apache.skywalking" name="apm-spring-async-annotation-plugin" rev="9.2.0" />
Leiningen
[org.apache.skywalking/apm-spring-async-annotation-plugin "9.2.0"]
Apache Buildr
'org.apache.skywalking:apm-spring-async-annotation-plugin:jar:9.2.0'