| GroupId | GroupIdcom.github.liuzhengyang |
|---|---|
| ArtifactId | ArtifactIdapm-agent |
| Version | Version1.10.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| apm-agent-1.10.4.pom | |
| apm-agent-1.10.4.jar | 35 KB |
| apm-agent-1.10.4-sources.jar | 17 KB |
| apm-agent-1.10.4-javadoc.jar | 159 KB |
| apm-agent-1.10.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuzhengyang/apm-agent/
implementation 'com.github.liuzhengyang:apm-agent:1.10.4'
// https://jarcasting.com/artifacts/com.github.liuzhengyang/apm-agent/
implementation ("com.github.liuzhengyang:apm-agent:1.10.4")
'com.github.liuzhengyang:apm-agent:jar:1.10.4'
<dependency org="com.github.liuzhengyang" name="apm-agent" rev="1.10.4">
<artifact name="apm-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuzhengyang', module='apm-agent', version='1.10.4')
)
libraryDependencies += "com.github.liuzhengyang" % "apm-agent" % "1.10.4"
[com.github.liuzhengyang/apm-agent "1.10.4"]