GroupId | GroupIdorg.apache.skywalking |
---|---|
ArtifactId | ArtifactIdserver-testing |
Version | Version6.5.0 |
Type | Typejar |
Filename | Size |
---|---|
server-testing-6.5.0.pom | |
server-testing-6.5.0.jar | 10 KB |
server-testing-6.5.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.skywalking/server-testing/ -->
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>server-testing</artifactId>
<version>6.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.skywalking/server-testing/
implementation 'org.apache.skywalking:server-testing:6.5.0'
// https://jarcasting.com/artifacts/org.apache.skywalking/server-testing/
implementation ("org.apache.skywalking:server-testing:6.5.0")
'org.apache.skywalking:server-testing:jar:6.5.0'
<dependency org="org.apache.skywalking" name="server-testing" rev="6.5.0">
<artifact name="server-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.skywalking', module='server-testing', version='6.5.0')
)
libraryDependencies += "org.apache.skywalking" % "server-testing" % "6.5.0"
[org.apache.skywalking/server-testing "6.5.0"]