is not current version
Last Version 1.10.5

com.github.liuzhengyang:apm-agent 1.3


GroupId

GroupId

com.github.liuzhengyang
ArtifactId

ArtifactId

apm-agent
Version

Version

1.3
Type

Type

jar

Download apm-agent 1.3


<!-- https://jarcasting.com/artifacts/com.github.liuzhengyang/apm-agent/ -->
<dependency>
    <groupId>com.github.liuzhengyang</groupId>
    <artifactId>apm-agent</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuzhengyang/apm-agent/
implementation 'com.github.liuzhengyang:apm-agent:1.3'
// https://jarcasting.com/artifacts/com.github.liuzhengyang/apm-agent/
implementation ("com.github.liuzhengyang:apm-agent:1.3")
'com.github.liuzhengyang:apm-agent:jar:1.3'
<dependency org="com.github.liuzhengyang" name="apm-agent" rev="1.3">
  <artifact name="apm-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuzhengyang', module='apm-agent', version='1.3')
)
libraryDependencies += "com.github.liuzhengyang" % "apm-agent" % "1.3"
[com.github.liuzhengyang/apm-agent "1.3"]