is not current version
Last Version 8.11.0

org.apache.skywalking:apm-test-tools 5.0.0-GA


GroupId

GroupId

org.apache.skywalking
ArtifactId

ArtifactId

apm-test-tools
Version

Version

5.0.0-GA
Type

Type

jar

Download apm-test-tools 5.0.0-GA


<!-- https://jarcasting.com/artifacts/org.apache.skywalking/apm-test-tools/ -->
<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>apm-test-tools</artifactId>
    <version>5.0.0-GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.skywalking/apm-test-tools/
implementation 'org.apache.skywalking:apm-test-tools:5.0.0-GA'
// https://jarcasting.com/artifacts/org.apache.skywalking/apm-test-tools/
implementation ("org.apache.skywalking:apm-test-tools:5.0.0-GA")
'org.apache.skywalking:apm-test-tools:jar:5.0.0-GA'
<dependency org="org.apache.skywalking" name="apm-test-tools" rev="5.0.0-GA">
  <artifact name="apm-test-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.skywalking', module='apm-test-tools', version='5.0.0-GA')
)
libraryDependencies += "org.apache.skywalking" % "apm-test-tools" % "5.0.0-GA"
[org.apache.skywalking/apm-test-tools "5.0.0-GA"]