GroupId | GroupIdorg.apache.skywalking |
---|---|
ArtifactId | ArtifactIdapm-agent |
Version | Version5.0.0-beta2 |
Type | Typejar |
Filename | Size |
---|---|
apm-agent-5.0.0-beta2.pom | |
apm-agent-5.0.0-beta2.jar | 17 MB |
apm-agent-5.0.0-beta2-sources.jar | 1 MB |
apm-agent-5.0.0-beta2-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.skywalking/apm-agent/ -->
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-agent</artifactId>
<version>5.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.skywalking/apm-agent/
implementation 'org.apache.skywalking:apm-agent:5.0.0-beta2'
// https://jarcasting.com/artifacts/org.apache.skywalking/apm-agent/
implementation ("org.apache.skywalking:apm-agent:5.0.0-beta2")
'org.apache.skywalking:apm-agent:jar:5.0.0-beta2'
<dependency org="org.apache.skywalking" name="apm-agent" rev="5.0.0-beta2">
<artifact name="apm-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.skywalking', module='apm-agent', version='5.0.0-beta2')
)
libraryDependencies += "org.apache.skywalking" % "apm-agent" % "5.0.0-beta2"
[org.apache.skywalking/apm-agent "5.0.0-beta2"]