is not current version
Last Version 1.10.5

com.github.liuzhengyang:apm-agent 1.2


GroupId

GroupId

com.github.liuzhengyang
ArtifactId

ArtifactId

apm-agent
Version

Version

1.2
Type

Type

jar

Download apm-agent 1.2


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