| GroupId | GroupIdcom.github.liuzhengyang |
|---|---|
| ArtifactId | ArtifactIdapm-agent |
| Version | Version1.10.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| apm-agent-1.10.2.pom | |
| apm-agent-1.10.2.jar | 35 KB |
| apm-agent-1.10.2-sources.jar | 17 KB |
| apm-agent-1.10.2-javadoc.jar | 159 KB |
| apm-agent-1.10.2-jar-with-dependencies.jar | 21 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuzhengyang/apm-agent/ -->
<dependency>
<groupId>com.github.liuzhengyang</groupId>
<artifactId>apm-agent</artifactId>
<version>1.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuzhengyang/apm-agent/
implementation 'com.github.liuzhengyang:apm-agent:1.10.2'
// https://jarcasting.com/artifacts/com.github.liuzhengyang/apm-agent/
implementation ("com.github.liuzhengyang:apm-agent:1.10.2")
'com.github.liuzhengyang:apm-agent:jar:1.10.2'
<dependency org="com.github.liuzhengyang" name="apm-agent" rev="1.10.2">
<artifact name="apm-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuzhengyang', module='apm-agent', version='1.10.2')
)
libraryDependencies += "com.github.liuzhengyang" % "apm-agent" % "1.10.2"
[com.github.liuzhengyang/apm-agent "1.10.2"]